summaryrefslogtreecommitdiff
path: root/cui/source/inc/insrc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-12 22:33:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-13 09:05:59 +0000
commit2e303c175c3969acdb1912c47c1c9d2fab30dfa2 (patch)
tree9b807421d23644ce16f1d8f3025093ee4a6f8d0c /cui/source/inc/insrc.hxx
parent6248f7037c6d034a352566457ebbab29ea9d817c (diff)
remove some tools/string.hxx
Diffstat (limited to 'cui/source/inc/insrc.hxx')
-rw-r--r--cui/source/inc/insrc.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx
index 33e8efabeb70..7e4f186059e5 100644
--- a/cui/source/inc/insrc.hxx
+++ b/cui/source/inc/insrc.hxx
@@ -28,6 +28,9 @@
#ifndef _SVX_INSRC_HXX
#define _SVX_INSRC_HXX
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+
#include <svx/stddlg.hxx>
#include <vcl/fixed.hxx>
@@ -35,8 +38,6 @@
#include <vcl/group.hxx>
#include <vcl/button.hxx>
-#include <tools/string.hxx>
-
class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public ModalDialog
{
FixedText aCount;
@@ -47,8 +48,8 @@ class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public ModalDialog
RadioButton aAfterBtn;
FixedLine aPosFL;
- String aRow;
- String aCol;
+ rtl::OUString aRow;
+ rtl::OUString aCol;
OKButton aOKBtn;
CancelButton aCancelBtn;