summaryrefslogtreecommitdiff
path: root/starmath/inc/ElementsDockingWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/ElementsDockingWindow.hxx')
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index e10273b88aca..1deafb09b805 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -152,7 +152,7 @@ public:
void SetSelectHdl(const Link<SmElement&,void>& rLink) { maSelectHdlLink = rLink; }
- rtl::Reference<AccessibleSmElementsControl> GetAccessible() const { return m_xAccessible; }
+ const rtl::Reference<AccessibleSmElementsControl> & GetAccessible() const { return m_xAccessible; }
static Color GetTextColor();
static Color GetControlBackground();