diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-20 16:10:52 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-20 16:10:52 +0100 |
commit | 65387962ed1d5406461429c6489b250616182301 (patch) | |
tree | 951bad46d255acbed2c147e939c704916d1a5fd3 /sw/inc/SidebarWin.hxx | |
parent | e0a28cc7f7193fbdedeb64ecef904dcd273b6b0c (diff) |
cmcfixes75: #i111728# overly const warnings
Diffstat (limited to 'sw/inc/SidebarWin.hxx')
-rw-r--r-- | sw/inc/SidebarWin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx index 41decf8024..d0be8f4716 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); |