summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-08 11:28:00 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:18:58 +0200
commita31990445829bc15884b846d93826a4bc8a1a539 (patch)
tree269a4789b2aa40a9d2f22f941de5a863cd91cffa /sw
parentd79f3e6ff03722db0dd082aecc3e3e6e29cfbb4f (diff)
convert sw/source/ui/misc/impfnote.hxx from String to OUString
Change-Id: I7a8157d6f4cffaf7b9dcb620fbc4fe034decbd9d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/misc/impfnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/misc/impfnote.hxx b/sw/source/ui/misc/impfnote.hxx
index 037b6cb806ba..4878b4e3f794 100644
--- a/sw/source/ui/misc/impfnote.hxx
+++ b/sw/source/ui/misc/impfnote.hxx
@@ -52,9 +52,9 @@ class SwEndNoteOptionPage : public SfxTabPage
Edit* m_pContEdit;
Edit* m_pContFromEdit;
- String aNumDoc;
- String aNumPage;
- String aNumChapter;
+ OUString aNumDoc;
+ OUString aNumPage;
+ OUString aNumChapter;
SwWrtShell *pSh;
bool bPosDoc;
bool bEndNote;