From a31990445829bc15884b846d93826a4bc8a1a539 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Oct 2013 11:28:00 +0200 Subject: convert sw/source/ui/misc/impfnote.hxx from String to OUString Change-Id: I7a8157d6f4cffaf7b9dcb620fbc4fe034decbd9d --- sw/source/ui/misc/impfnote.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw') 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; -- cgit