diff options
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/SidebarController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx index b4521bd4166c..d6c8d54f7e8a 100644 --- a/include/sfx2/sidebar/SidebarController.hxx +++ b/include/sfx2/sidebar/SidebarController.hxx @@ -162,7 +162,7 @@ public: tools::Rectangle GetDeckDragArea() const; - css::uno::Reference<css::frame::XFrame> getXFrame() {return mxFrame;} + css::uno::Reference<css::frame::XFrame> const & getXFrame() const {return mxFrame;} sal_Int32 getMaximumWidth() { return mnMaximumSidebarWidth; } void setMaximumWidth(sal_Int32 nMaximumWidth) { mnMaximumSidebarWidth = nMaximumWidth; } |