summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-19 10:31:19 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:24 +0200
commit3139b8f3fa3aabda85c3221f83745cc53dca583a (patch)
tree6d6f77073d7e7724b464f8bff9684c10d1ec91db /include/svtools
parent018785fb6634b88da03eaddee53faf5adf4107f5 (diff)
convert include/svtools/helpopt.hxx from String to OUString
and remove unused IdList typedef. Change-Id: Ia154a8255f1a745cede24f112868c074adce0fbe
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/helpopt.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 938bd221b1da..35ed06dc92d5 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -25,8 +25,6 @@
#include <tools/string.hxx>
#include <unotools/options.hxx>
-typedef std::list< sal_Int32 > IdList;
-
class SvtHelpOptions_Impl;
class SVT_DLLPUBLIC SvtHelpOptions: public utl::detail::Options
@@ -42,13 +40,13 @@ public:
void SetHelpTips( sal_Bool b );
sal_Bool IsHelpTips() const;
- const String& GetHelpStyleSheet()const;
- void SetHelpStyleSheet(const String& rStyleSheet);
+ const OUString& GetHelpStyleSheet()const;
+ void SetHelpStyleSheet(const OUString& rStyleSheet);
void SetWelcomeScreen( sal_Bool b );
sal_Bool IsWelcomeScreen() const;
- String GetSystem() const;
+ OUString GetSystem() const;
};
#endif