summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuigaldlg.hxx2
-rw-r--r--cui/source/inc/optpath.hxx2
-rw-r--r--cui/source/options/optjava.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index 1e39b37171b8..5d81841f20be 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -265,7 +265,7 @@ class TPGalleryThemeProperties : public SfxTabPage
bool bTakeAll;
bool bSearchRecursive;
- css::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
+ rtl::Reference< ::svt::DialogClosedListener > xDialogListener;
css::uno::Reference< css::media::XPlayer > xMediaPlayer;
css::uno::Reference< css::ui::dialogs::XFolderPicker2 > xFolderPicker;
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 790da15a5814..59828a1611ba 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -48,7 +48,7 @@ private:
VclPtr<svx::OptHeaderTabListBox> pPathBox;
std::unique_ptr<OptPath_Impl> pImpl;
- css::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
+ rtl::Reference< ::svt::DialogClosedListener > xDialogListener;
css::uno::Reference< css::ui::dialogs::XFolderPicker2 > xFolderPicker;
void ChangeCurrentEntry( const OUString& _rFolder );
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index bee68940ce50..081509e91e3d 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -81,7 +81,7 @@ private:
::std::vector< JavaInfo* >
m_aAddedInfos;
- css::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
+ rtl::Reference< ::svt::DialogClosedListener > xDialogListener;
css::uno::Reference< css::ui::dialogs::XFolderPicker2 > xFolderPicker;
DECL_LINK_TYPED( EnableHdl_Impl, Button*, void);