summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-03-23 17:33:53 +0000
committerArmin Le Grand <alg@apache.org>2014-03-23 17:33:53 +0000
commit6ca3a9faca825e0e3c44de9f47f4c684d31f86b1 (patch)
tree429288b4ad763b7b12ab5712f88f0dd4e4ebb9b6 /sw/inc/PostItMgr.hxx
parent812e2a8bf64274e47db572b8ca592f49b1263ad7 (diff)
aw080 resync to trunk, win build working, no checks yet
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 4e8e885c3925..6dac352e44d4 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -268,9 +268,9 @@ class SwPostItMgr: public SfxListener
void SetSpellChecking();
- Color GetColorDark(sal_uInt16 aAuthorIndex);
- Color GetColorLight(sal_uInt16 aAuthorIndex);
- Color GetColorAnchor(sal_uInt16 aAuthorIndex);
+ static Color GetColorDark(sal_uInt16 aAuthorIndex);
+ static Color GetColorLight(sal_uInt16 aAuthorIndex);
+ static Color GetColorAnchor(sal_uInt16 aAuthorIndex);
void RegisterAnswer(OutlinerParaObject* pAnswer) { mpAnswer = pAnswer;}
@@ -282,10 +282,8 @@ class SwPostItMgr: public SfxListener
sal_uInt16 SearchReplace(const SwFmtFld &pFld, const ::com::sun::star::util::SearchOptions& rSearchOptions,bool bSrchForward);
sal_uInt16 FinishSearchReplace(const ::com::sun::star::util::SearchOptions& rSearchOptions,bool bSrchForward);
- //IAccessibility2 Implementation 2009-----
// get the PostIt window by index
sal_Int32 GetPostItCount() {return mvPostItFlds.size();};
- //-----IAccessibility2 Implementation 2009
void AssureStdModeAtShell();
void ConnectSidebarWinToFrm( const SwFrm& rFrm,