summaryrefslogtreecommitdiffstats
path: root/sw/inc/SidebarWin.hxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 15:46:16 +0200
committerobo <obo@openoffice.org>2010-06-22 15:46:16 +0200
commit691cc21bbc334b067a6b3e5427c1fcefb2e976b5 (patch)
tree15c3f4da8d802c854d57b160ab01176f9ac8d72e /sw/inc/SidebarWin.hxx
parentCWS-TOOLING: integrate CWS mba33issues01 (diff)
parentcmcfixes75: merge with DEV300 m81 (diff)
downloadcore-691cc21bbc334b067a6b3e5427c1fcefb2e976b5.tar.gz
core-691cc21bbc334b067a6b3e5427c1fcefb2e976b5.zip
CWS-TOOLING: integrate CWS cmcfixes75
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 b74931d8d9ef..729dc18a780b 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -170,7 +170,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);