summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-27 11:36:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-27 12:59:48 +0000
commit595b7345012ddfb2e04f70f4d03c0bd6cbd62862 (patch)
treebd82f2659cb0cefb44adfbbb32c4c27549aec714 /unotools/inc
parentByteString->rtl::OString (diff)
downloadcore-595b7345012ddfb2e04f70f4d03c0bd6cbd62862.tar.gz
core-595b7345012ddfb2e04f70f4d03c0bd6cbd62862.zip
drop unnecessary include
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/optionsdlg.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/unotools/inc/unotools/optionsdlg.hxx b/unotools/inc/unotools/optionsdlg.hxx
index 9a0034e1a3c8..e7a38bc147c0 100644
--- a/unotools/inc/unotools/optionsdlg.hxx
+++ b/unotools/inc/unotools/optionsdlg.hxx
@@ -29,7 +29,7 @@
#define INCLUDED_unotools_OPTIONSDLG_HXX
#include "unotools/unotoolsdllapi.h"
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
class SvtOptionsDlgOptions_Impl;
@@ -43,12 +43,12 @@ public:
SvtOptionsDialogOptions();
virtual ~SvtOptionsDialogOptions();
- sal_Bool IsGroupHidden ( const String& _rGroup ) const;
- sal_Bool IsPageHidden ( const String& _rPage,
- const String& _rGroup ) const;
- sal_Bool IsOptionHidden ( const String& _rOption,
- const String& _rPage,
- const String& _rGroup ) const;
+ sal_Bool IsGroupHidden ( const rtl::OUString& _rGroup ) const;
+ sal_Bool IsPageHidden ( const rtl::OUString& _rPage,
+ const rtl::OUString& _rGroup ) const;
+ sal_Bool IsOptionHidden ( const rtl::OUString& _rOption,
+ const rtl::OUString& _rPage,
+ const rtl::OUString& _rGroup ) const;
};
#endif