diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-01 10:33:48 -0500 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-02 07:31:30 +0000 |
commit | 6a08067902ddc0ec61a7c7b4b0035b303f643a50 (patch) | |
tree | cd49d1824cd169d9d224925b836eaa70de27414e /include/unotools/defaultoptions.hxx | |
parent | 82a1d75ee59c46e6bb361b98c520cc4eff2e770c (diff) |
OUString convertion for unotools
Change-Id: Ifae7f344e3827875e32afa3cda23c771f5735707
Reviewed-on: https://gerrit.libreoffice.org/4659
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'include/unotools/defaultoptions.hxx')
-rw-r--r-- | include/unotools/defaultoptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/defaultoptions.hxx b/include/unotools/defaultoptions.hxx index 175fd3239f7a..692c1463010e 100644 --- a/include/unotools/defaultoptions.hxx +++ b/include/unotools/defaultoptions.hxx @@ -20,10 +20,10 @@ #define INCLUDED_unotools_DEFAULTOPTIONS_HXX #include "unotools/unotoolsdllapi.h" +#include <rtl/ustring.hxx> #include "tools/solar.h" #include <unotools/options.hxx> -class String; class SvtDefaultOptions_Impl; // class SvtDefaultOptions ----------------------------------------------- @@ -39,7 +39,7 @@ public: SvtDefaultOptions(); virtual ~SvtDefaultOptions(); - String GetDefaultPath( sal_uInt16 nId ) const; + OUString GetDefaultPath( sal_uInt16 nId ) const; }; #endif // #ifndef INCLUDED_unotools_DEFAULTOPTIONS_HXX |