diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-12 09:53:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-12 10:07:16 +0200 |
commit | f98fbc38640816aa1f834f0e932991ae0d3202ee (patch) | |
tree | 0aab7d51ebbdcde0bb6847342c89a5f3e7f44c19 /sw/inc/PostItMgr.hxx | |
parent | 25416b8ad4fa0416bffdb05e231a5249faf7a38e (diff) |
SwPostItMgr: these can be static
Change-Id: I83b18d86c61e38ebe344d0b4153513ad65b20720
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r-- | sw/inc/PostItMgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx index 502f750ebf4c..8540697f52bf 100644 --- a/sw/inc/PostItMgr.hxx +++ b/sw/inc/PostItMgr.hxx @@ -262,9 +262,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;} |