summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-10 14:15:19 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:34 +0200
commit5e571df9bd2415726041174885bf470b04f535d9 (patch)
treeeb22101d82f44e102bbadce03b5cd7291667b7d1 /sw/inc
parentb0591c16fa5310353c7f0d0e84f957f04c6f1f20 (diff)
convert sw/inc/swbaslnk.hxx from String to OUString
Change-Id: Ib0bdac62cc6432978128878b54f51d48c7983b46
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swbaslnk.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swbaslnk.hxx b/sw/inc/swbaslnk.hxx
index d5b6cc74d521..df055161afad 100644
--- a/sw/inc/swbaslnk.hxx
+++ b/sw/inc/swbaslnk.hxx
@@ -39,7 +39,7 @@ class SwBaseLink : public ::sfx2::SvBaseLink
protected:
SwBaseLink(): m_pReReadThread(0) {}
- SwBaseLink( const String& rNm, sal_uInt16 nObjectType, ::sfx2::SvLinkSource* pObj,
+ SwBaseLink( const OUString& rNm, sal_uInt16 nObjectType, ::sfx2::SvLinkSource* pObj,
SwCntntNode* pNode = 0 )
: ::sfx2::SvBaseLink( rNm, nObjectType, pObj ), pCntntNode( pNode ),
bSwapIn( sal_False ), bNoDataFlag( sal_False ), bIgnoreDataChanged( sal_False ),