summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaPicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/SalAquaPicker.hxx')
-rw-r--r--fpicker/source/aqua/SalAquaPicker.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/aqua/SalAquaPicker.hxx b/fpicker/source/aqua/SalAquaPicker.hxx
index 72425f2b8b0d..ca532149807b 100644
--- a/fpicker/source/aqua/SalAquaPicker.hxx
+++ b/fpicker/source/aqua/SalAquaPicker.hxx
@@ -47,7 +47,7 @@ public:
int run();
int runandwaitforresult();
- inline rtl::OUString getDisplayDirectory() { return m_sDisplayDirectory; }
+ inline OUString getDisplayDirectory() { return m_sDisplayDirectory; }
inline ControlHelper* getControlHelper() const {
return m_pControlHelper;
@@ -55,7 +55,7 @@ public:
protected:
- rtl::OUString m_sDisplayDirectory;
+ OUString m_sDisplayDirectory;
NSSavePanel *m_pDialog;
@@ -72,13 +72,13 @@ protected:
NavigationServices_DialogType m_nDialogType;
- void implsetTitle( const ::rtl::OUString& aTitle )
+ void implsetTitle( const OUString& aTitle )
throw( ::com::sun::star::uno::RuntimeException );
- void implsetDisplayDirectory( const rtl::OUString& rDirectory )
+ void implsetDisplayDirectory( const OUString& rDirectory )
throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::uno::RuntimeException );
- rtl::OUString implgetDisplayDirectory( )
+ OUString implgetDisplayDirectory( )
throw( com::sun::star::uno::RuntimeException );
void implInitialize( );