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 | 25de7d105deef5ea6b66b11bcb51b53c5cea03d4 (patch) | |
tree | 0d4c585ce89890432948c2f3d80c786c3c4d5210 /sw/inc | |
parent | cd3e89e582ed3c96ebc2d3914df96bf6ae80b3bd (diff) | |
parent | c718159913146f91fb29e50199e871ea6ad59f09 (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 c1005dc63d..d482afc6ef 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); |