Skip to content

Commit

Permalink
Merge branch 't2943' into next. Incubates #2943
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Jun 2, 2014
2 parents 79de5c1 + dfd730e commit 9632e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/appModules/outlook.py
Expand Up @@ -344,6 +344,12 @@ def _generateTimeRangeText(self,startTime,endTime):
def isDuplicateIAccessibleEvent(self,obj):
return False

def event_nameChange(self):
pass

def event_stateChange(self):
pass

def reportFocus(self):
if self.appModule.outlookVersion>=13 and self.appModule.nativeOm:
e=self.appModule.nativeOm.activeExplorer()
Expand Down

0 comments on commit 9632e36

Please sign in to comment.