summaryrefslogtreecommitdiffstats
path: root/sw/inc/SidebarWin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-20 16:10:52 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-20 16:10:52 +0100
commitcb1d7d8828cdaad3510bf57d06252f1eeb937940 (patch)
tree22859d31527d802628d62a1bec5fdaaa3f0962c3 /sw/inc/SidebarWin.hxx
parentcmcfixes75: merge with DEV300 m78 (diff)
downloadcore-cb1d7d8828cdaad3510bf57d06252f1eeb937940.tar.gz
core-cb1d7d8828cdaad3510bf57d06252f1eeb937940.zip
cmcfixes75: #i111728# overly const warnings
Diffstat (limited to 'sw/inc/SidebarWin.hxx')
-rw-r--r--sw/inc/SidebarWin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx
index e8e918763b7b..468f744ac8da 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -168,7 +168,7 @@ class SwSidebarWin : public Window
virtual bool IsProtected() {return mbReadonly;};
DECL_LINK( WindowEventListener, VclSimpleEvent* );
- inline const bool IsMouseOverSidebarWin() const { return mbMouseOver; }
+ inline bool IsMouseOverSidebarWin() const { return mbMouseOver; }
void SetLanguage(const SvxLanguageItem aNewItem);