summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/scriptinfo.hxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-04-07 21:25:31 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-08 09:12:42 +0000
commite1a909f15536633ad58cb66514419ef290462614 (patch)
treec7133047160a50c9654cad26a813513b47da0c66 /sw/source/core/inc/scriptinfo.hxx
parent0083dd24eb50e9305808c5edaf61dbc97fb2367b (diff)
Use OUString and sal_Int32 in sw
source/core/text Change-Id: I29cce32f8f6ae760397ae0633ebfa56942a7cd6d Reviewed-on: https://gerrit.libreoffice.org/3266 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'sw/source/core/inc/scriptinfo.hxx')
-rw-r--r--sw/source/core/inc/scriptinfo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/scriptinfo.hxx b/sw/source/core/inc/scriptinfo.hxx
index f9ebf7be32b5..2407500c7d20 100644
--- a/sw/source/core/inc/scriptinfo.hxx
+++ b/sw/source/core/inc/scriptinfo.hxx
@@ -315,7 +315,7 @@ public:
static SwScriptInfo* GetScriptInfo( const SwTxtNode& rNode,
sal_Bool bAllowInvalid = sal_False );
- static sal_uInt8 WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI );
+ static sal_uInt8 WhichFont( xub_StrLen nIdx, const OUString* pTxt, const SwScriptInfo* pSI );
};
inline void SwScriptInfo::SetInvalidity( const xub_StrLen nPos )