summaryrefslogtreecommitdiff
path: root/sw/inc/SidebarWin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-04 20:27:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-04 21:07:50 +0000
commit986a0709e25e5148bf6003aba25ca16bba1b43db (patch)
tree4c79b7fae02931e7ba97496ea761f8a9c0e66a0b /sw/inc/SidebarWin.hxx
parent6727b20c71962eb41e4f878bd932902fa13e315f (diff)
V801: Decreased performance
Change-Id: I342cbf679e50175808f64469c7e5c208cb75d8db
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 0ac7a5107cc6..4df4582bd941 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -171,7 +171,7 @@ class SwSidebarWin : public vcl::Window
DECL_LINK( WindowEventListener, VclSimpleEvent* );
inline bool IsMouseOverSidebarWin() const { return mbMouseOver; }
- void SetLanguage(const SvxLanguageItem aNewItem);
+ void SetLanguage(const SvxLanguageItem& rNewItem);
void ChangeSidebarItem( SwSidebarItem& rSidebarItem );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible() SAL_OVERRIDE;