summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.hxx b/sdext/source/presenter/PresenterPaneBase.hxx
index 0defffeab978..a1301e23d1a0 100644
--- a/sdext/source/presenter/PresenterPaneBase.hxx
+++ b/sdext/source/presenter/PresenterPaneBase.hxx
@@ -71,13 +71,13 @@ public:
virtual void SAL_CALL disposing() override;
- css::uno::Reference<css::awt::XWindow> GetBorderWindow() const;
+ const css::uno::Reference<css::awt::XWindow>& GetBorderWindow() const;
void SetBackground (const SharedBitmapDescriptor& rpBackground);
void SetTitle (const OUString& rsTitle);
- OUString GetTitle() const;
- css::uno::Reference<css::drawing::framework::XPaneBorderPainter> GetPaneBorderPainter() const;
+ const OUString& GetTitle() const;
+ const css::uno::Reference<css::drawing::framework::XPaneBorderPainter>& GetPaneBorderPainter() const;
void SetCalloutAnchor (const css::awt::Point& rAnchorPosition);
- css::awt::Point GetCalloutAnchor() const;
+ const css::awt::Point& GetCalloutAnchor() const;
// XInitialization