summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaPicker.hxx
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-12-08 13:42:54 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-12-10 13:39:03 +0000
commitd85029d38034a392079316daeca2ca6a82f65349 (patch)
treed82818abb71708aa3132187f6a0855c4b1bc2810 /fpicker/source/aqua/SalAquaPicker.hxx
parent8f7855b61a29e47db70be92541422594ad99d13f (diff)
rtl:: removal in fpicker
- remove rtl prefix - remove RTL_CONSTASCII_USTRINGPARAM - correct some misspells Change-Id: Ifd2eb59ff7d70fd3df42f063fcca781ef89b7d12 Reviewed-on: https://gerrit.libreoffice.org/1270 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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( );