summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.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/office/iodlg.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/office/iodlg.hxx')
-rw-r--r--fpicker/source/office/iodlg.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index efc8f4afdb7b..f74734c22f05 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -212,11 +212,11 @@ public:
void FileSelect();
void FilterSelect();
- void SetBlackList( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rBlackList );
- const ::com::sun::star::uno::Sequence< ::rtl::OUString >& GetBlackList() const;
+ void SetBlackList( const ::com::sun::star::uno::Sequence< OUString >& rBlackList );
+ const ::com::sun::star::uno::Sequence< OUString >& GetBlackList() const;
void SetStandardDir( const String& rStdDir );
const String& GetStandardDir() const;
- std::vector<rtl::OUString> GetPathList() const; // for MultiSelection
+ std::vector<OUString> GetPathList() const; // for MultiSelection
void AddFilter( const String& rFilter,
const String& rType );
@@ -286,10 +286,10 @@ public:
inline Image GetButtonImage( sal_uInt16 _nButtonId ) const { return m_aImages.GetImage( _nButtonId ); }
- sal_Bool ContentIsFolder( const rtl::OUString& rURL ) { return m_aContent.isFolder( rURL ) && m_aContent.isValid(); }
- sal_Bool ContentHasParentFolder( const rtl::OUString& rURL );
- sal_Bool ContentCanMakeFolder( const rtl::OUString& rURL );
- sal_Bool ContentGetTitle( const rtl::OUString& rURL, String& rTitle );
+ sal_Bool ContentIsFolder( const OUString& rURL ) { return m_aContent.isFolder( rURL ) && m_aContent.isValid(); }
+ sal_Bool ContentHasParentFolder( const OUString& rURL );
+ sal_Bool ContentCanMakeFolder( const OUString& rURL );
+ sal_Bool ContentGetTitle( const OUString& rURL, String& rTitle );
/** updates the sizes of the listboxes in the bottom area of the dialog, and of their labels,
according to the space occupied by the current label texts