summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-11 11:36:51 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:40 +0200
commitf400bc7567bffe98f6c2dc9b2edf60481e9ed865 (patch)
tree816c45750a18668f07a903175b448f7ed2f4c50e /sw/inc
parentc08c1efcf1967a14ca7cbc58d3f9f8d62a6b868c (diff)
convert sw/inc/IDocumentOutlineNodes.hxx from String to OUString
Change-Id: If21f545b4850755343428a29e3236f891ed9ba12
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/IDocumentOutlineNodes.hxx2
-rw-r--r--sw/inc/doc.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/IDocumentOutlineNodes.hxx b/sw/inc/IDocumentOutlineNodes.hxx
index 44f0542a136f..80a0fde55135 100644
--- a/sw/inc/IDocumentOutlineNodes.hxx
+++ b/sw/inc/IDocumentOutlineNodes.hxx
@@ -35,7 +35,7 @@ public:
virtual sal_Int32 getOutlineNodesCount() const = 0;
virtual int getOutlineLevel( const sal_Int32 nIdx ) const = 0;
- virtual String getOutlineText( const sal_Int32 nIdx,
+ virtual OUString getOutlineText( const sal_Int32 nIdx,
const bool bWithNumber = true,
const bool bWithSpacesForLevel = false ) const = 0;
virtual SwTxtNode* getOutlineNode( const sal_Int32 nIdx ) const = 0;
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 8b468a599ca7..3096e6be78e3 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -988,7 +988,7 @@ public:
*/
virtual sal_Int32 getOutlineNodesCount() const;
virtual int getOutlineLevel( const sal_Int32 nIdx ) const;
- virtual String getOutlineText( const sal_Int32 nIdx,
+ virtual OUString getOutlineText( const sal_Int32 nIdx,
const bool bWithNumber,
const bool bWithSpacesForLevel ) const;
virtual SwTxtNode* getOutlineNode( const sal_Int32 nIdx ) const;