diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-29 21:19:45 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-30 12:23:34 +0400 |
commit | 9cde190a46af066a2d64caf47a50326b26a8f4fc (patch) | |
tree | cde447c3de2bf7b3248e6e863aae06f30dc5df7c /unotools | |
parent | 5a388e5c2edb99c192e58d95f70341ec1de08f38 (diff) |
remove '#define OUSTRING ::rtl::OUString'
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/internaloptions.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/inc/unotools/internaloptions.hxx b/unotools/inc/unotools/internaloptions.hxx index f31d639086eb..8240d94afed2 100644 --- a/unotools/inc/unotools/internaloptions.hxx +++ b/unotools/inc/unotools/internaloptions.hxx @@ -35,7 +35,6 @@ #include <unotools/options.hxx> #define MUTEX ::osl::Mutex -#define OUSTRING ::rtl::OUString /*-************************************************************************************************************//** @short forward declaration to our private date container implementation @@ -101,8 +100,8 @@ class UNOTOOLS_DLLPUBLIC SvtInternalOptions: public utl::detail::Options sal_Bool SlotCFGEnabled () const; sal_Bool MailUIEnabled () const; - OUSTRING GetCurrentTempURL() const; - void SetCurrentTempURL( const OUSTRING& aNewCurrentTempURL ); + ::rtl::OUString GetCurrentTempURL() const; + void SetCurrentTempURL( const ::rtl::OUString& aNewCurrentTempURL ); private: |