Kaydet (Commit) f98fbc38 authored tarafından Miklos Vajna's avatar Miklos Vajna

SwPostItMgr: these can be static

Change-Id: I83b18d86c61e38ebe344d0b4153513ad65b20720
üst 25416b8a
...@@ -262,9 +262,9 @@ class SwPostItMgr: public SfxListener ...@@ -262,9 +262,9 @@ class SwPostItMgr: public SfxListener
void SetSpellChecking(); void SetSpellChecking();
Color GetColorDark(sal_uInt16 aAuthorIndex); static Color GetColorDark(sal_uInt16 aAuthorIndex);
Color GetColorLight(sal_uInt16 aAuthorIndex); static Color GetColorLight(sal_uInt16 aAuthorIndex);
Color GetColorAnchor(sal_uInt16 aAuthorIndex); static Color GetColorAnchor(sal_uInt16 aAuthorIndex);
void RegisterAnswer(OutlinerParaObject* pAnswer) { mpAnswer = pAnswer;} void RegisterAnswer(OutlinerParaObject* pAnswer) { mpAnswer = pAnswer;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment