diff options
author | obo <obo@openoffice.org> | 2010-06-22 15:46:16 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 15:46:16 +0200 |
commit | 691cc21bbc334b067a6b3e5427c1fcefb2e976b5 (patch) | |
tree | 15c3f4da8d802c854d57b160ab01176f9ac8d72e /sw/inc | |
parent | 5dae1d656128c20f8235e64ec323eece208da898 (diff) | |
parent | 1d9497f8085d9f9103595eebed65a23a2ee76888 (diff) |
CWS-TOOLING: integrate CWS cmcfixes75
Diffstat (limited to 'sw/inc')
-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 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); |