summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/navipi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/navipi.hxx')
-rw-r--r--sw/source/ui/inc/navipi.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/navipi.hxx b/sw/source/ui/inc/navipi.hxx
index 0fb4bd0f3e23..b9a73aa47eb1 100644
--- a/sw/source/ui/inc/navipi.hxx
+++ b/sw/source/ui/inc/navipi.hxx
@@ -65,9 +65,9 @@ class SwNavigationPI : public Window,
SwGlobalTree aGlobalTree;
ListBox aDocListBox;
Timer aPageChgTimer;
- String sContentFileName;
- String aContextArr[3];
- String aStatusArr[4];
+ OUString sContentFileName;
+ OUString aContextArr[3];
+ OUString aStatusArr[4];
Point aBoxBottomLeft; // Pos when Box is at bottom
SfxObjectShellLock *pxObjectShell;
@@ -155,7 +155,7 @@ public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState );
- static String CreateDropFileName( TransferableDataHelper& rData );
+ static OUString CreateDropFileName( TransferableDataHelper& rData );
static OUString CleanEntry(const OUString& rEntry);
sal_uInt16 GetRegionDropMode() const {return nRegionMode;}