summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/annotsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/annotsh.hxx')
-rw-r--r--sw/source/uibase/inc/annotsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/annotsh.hxx b/sw/source/uibase/inc/annotsh.hxx
index 8b3bea7cbb98..e66a632fc09b 100644
--- a/sw/source/uibase/inc/annotsh.hxx
+++ b/sw/source/uibase/inc/annotsh.hxx
@@ -42,7 +42,7 @@ public:
SwAnnotationShell(SwView&);
virtual ~SwAnnotationShell();
- void StateDisableItems(SfxItemSet &);
+ static void StateDisableItems(SfxItemSet &);
void Exec(SfxRequest &);
void GetState(SfxItemSet &);
@@ -58,17 +58,17 @@ public:
void StateClpbrd(SfxItemSet &rSet);
void ExecTransliteration(SfxRequest &);
- void ExecRotateTransliteration(SfxRequest &);
+ void ExecRotateTransliteration(SfxRequest &);
void ExecUndo(SfxRequest &rReq);
void StateUndo(SfxItemSet &rSet);
- void StateStatusLine(SfxItemSet &rSet);
+ static void StateStatusLine(SfxItemSet &rSet);
void InsertSymbol(SfxRequest& rReq);
void ExecSearch(SfxRequest&, bool bNoMessage = false);
- void StateSearch(SfxItemSet &);
+ void StateSearch(SfxItemSet &);
virtual ::svl::IUndoManager*
GetUndoManager() SAL_OVERRIDE;