diff options
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r-- | cui/source/inc/optpath.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |