diff options
Diffstat (limited to 'include/framework/desktop.hxx')
-rw-r--r-- | include/framework/desktop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/desktop.hxx b/include/framework/desktop.hxx index 3e6e327bddb6..3bc6a08edea2 100644 --- a/include/framework/desktop.hxx +++ b/include/framework/desktop.hxx @@ -446,7 +446,7 @@ class FWK_DLLPUBLIC Desktop final : private cppu::BaseMutex, }; // class Desktop -FWK_DLLPUBLIC rtl::Reference<Desktop> getDesktop( +FWK_DLLPUBLIC const rtl::Reference<Desktop> & getDesktop( css::uno::Reference<css::uno::XComponentContext> const & context); } // namespace framework |