Kaydet (Commit) 23ab9a8c authored tarafından Noel Grandin's avatar Noel Grandin

convert sw/source/ui/inc/p*.hxx from String to OUString

Change-Id: I030e7ef14657fd2e6d86627dbdd9f61146473d52
üst e2af2334
......@@ -153,7 +153,7 @@ class SW_DLLPUBLIC SwPagePreView: public SfxViewShell
//viewdata of the previous SwView and the new crsrposition
OUString sSwViewData;
//and the new cursor position if the user double click in the PagePreView
String sNewCrsrPos;
OUString sNewCrsrPos;
// to support keyboard the number of the page to go to can be set too
sal_uInt16 nNewPage;
// visible range
......@@ -247,8 +247,8 @@ public:
sal_Bool HandleWheelCommands( const CommandEvent& );
OUString GetPrevSwViewData() const { return sSwViewData; }
void SetNewCrsrPos( const String& rStr ) { sNewCrsrPos = rStr; }
const String& GetNewCrsrPos() const { return sNewCrsrPos; }
void SetNewCrsrPos( const OUString& rStr ) { sNewCrsrPos = rStr; }
const OUString& GetNewCrsrPos() const { return sNewCrsrPos; }
sal_uInt16 GetNewPage() const {return nNewPage;}
void SetNewPage(sal_uInt16 nSet) {nNewPage = nSet;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment