summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-09-18 00:46:03 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-26 07:07:32 +0000
commit3b74822938e66dc50d6ae659bc849223aec23a9e (patch)
tree90a3deb07a087a953aed07dd9e62aff39713b8e3 /sw/source/ui/inc
parentString to OUString (diff)
downloadcore-3b74822938e66dc50d6ae659bc849223aec23a9e.tar.gz
core-3b74822938e66dc50d6ae659bc849223aec23a9e.zip
String to OUString
Change-Id: I775327d5218655841006bcac5a1dbf236503fbb5 Reviewed-on: https://gerrit.libreoffice.org/6025 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/optcomp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/optcomp.hxx b/sw/source/ui/inc/optcomp.hxx
index c6fd91ca218e..fd9f127e94eb 100644
--- a/sw/source/ui/inc/optcomp.hxx
+++ b/sw/source/ui/inc/optcomp.hxx
@@ -25,6 +25,7 @@
#include <vcl/lstbox.hxx>
#include <unotools/compatibility.hxx>
#include <svx/checklbx.hxx>
+#include "rtl/ustring.hxx"
// class SwCompatibilityOptPage ------------------------------------------
class SwWrtShell;
@@ -41,7 +42,7 @@ private:
// config item
SvtCompatibilityOptions m_aConfigItem;
// text of the user entry
- String m_sUserEntry;
+ OUString m_sUserEntry;
// shell of the current document
SwWrtShell* m_pWrtShell;
// impl object
@@ -55,7 +56,7 @@ private:
// private methods
void InitControls( const SfxItemSet& rSet );
- void ReplaceFormatName( String& rEntry );
+ void ReplaceFormatName( OUString& rEntry );
void SetCurrentOptions( sal_uLong nOptions );
sal_uLong GetDocumentOptions() const;
void WriteOptions();