summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-14 09:40:53 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-14 21:21:56 +0000
commitcafcf33915fe30af693a94f4224fedd5cb9f9a55 (patch)
tree6e2589027c44cab56b4365dc25ca2a5eaecd7f02 /sw/inc/txtftn.hxx
parentcb34d10ec875cb538d9d8d41faa995f7469ae89f (diff)
String to OUString + prefix names of data members
Change-Id: Ic0cd2bdfde8c6ba915e89a346bcccd6fef1ca267 Reviewed-on: https://gerrit.libreoffice.org/5404 Reviewed-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r--sw/inc/txtftn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index 63a097bb34aa..9dc60a22d1f7 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -20,13 +20,13 @@
#define _TXTFTN_HXX
#include <txatbase.hxx>
-#include <tools/string.hxx>
class SwNodeIndex;
class SwTxtNode;
class SwNodes;
class SwDoc;
class SwFrm;
+class OUString;
// ATT_FTN **********************************************************
@@ -42,7 +42,7 @@ public:
inline SwNodeIndex *GetStartNode() const { return m_pStartNode; }
void SetStartNode( const SwNodeIndex *pNode, sal_Bool bDelNodes = sal_True );
- void SetNumber( const sal_uInt16 nNumber, const String* = 0 );
+ void SetNumber( const sal_uInt16 nNumber, const OUString &sNumStr );
void CopyFtn(SwTxtFtn & rDest, SwTxtNode & rDestNode) const;
// Get and set TxtNode pointer.