diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-14 18:29:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-15 08:45:58 +0200 |
commit | 91a6aeab9da5ef8f98390ce7661ee6acf0841aec (patch) | |
tree | 88b280674fdb7692c199ba7e5115ed9dbff1aeaa /fpicker/source/aqua/SalAquaFolderPicker.hxx | |
parent | 666e1ae80681f611aeb5aa83d43f595f7353a056 (diff) |
fpicker/aqua: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I23b9964daba0d39cdad4e81de7b7fbfc56589b2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98787
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source/aqua/SalAquaFolderPicker.hxx')
-rw-r--r-- | fpicker/source/aqua/SalAquaFolderPicker.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx index a5ea72a29435..becfb3805a18 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.hxx +++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx @@ -44,7 +44,7 @@ class SalAquaFolderPicker : public: // constructor - SalAquaFolderPicker( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceMgr ); + SalAquaFolderPicker(); // XExecutableDialog functions @@ -91,10 +91,6 @@ public: private: SalAquaFolderPicker( const SalAquaFolderPicker& ) = delete; SalAquaFolderPicker& operator=( const SalAquaFolderPicker& ) = delete; - - // to instantiate own services - css::uno::Reference< css::lang::XMultiServiceFactory > m_xServiceMgr; - }; #endif // INCLUDED_FPICKER_SOURCE_AQUA_SALAQUAFOLDERPICKER_HXX |