summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-22 22:41:04 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-25 13:28:45 +0000
commitf83a1f8e1ce005183983e10e57933e0f8141e02c (patch)
treeeaa663b0d4f69c0ac0df9bf94d9ed857d4c3bd2e /sw/inc/doc.hxx
parent8b0864c4b9a3392dea34658ac0368f9a1e4f66ed (diff)
String to OUString
Change-Id: I364c5eabf45a3a5011c0b1709da68cbeb38a6997 Reviewed-on: https://gerrit.libreoffice.org/5610 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 16c7b2c0d1ba..ded1285aa7d4 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1162,8 +1162,7 @@ public:
void SetFlyName( SwFlyFrmFmt& rFmt, const OUString& rName );
const SwFlyFrmFmt* FindFlyByName( const OUString& rName, sal_Int8 nNdTyp = 0 ) const;
- void GetGrfNms( const SwFlyFrmFmt& rFmt, String* pGrfName,
- String* pFltName ) const;
+ void GetGrfNms( const SwFlyFrmFmt& rFmt, OUString* pGrfName, OUString* pFltName ) const;
/// Set a valid name for all Flys that have none (Called by Readers after reading).
void SetAllUniqueFlyNames();