From b1f74de0311af25596e861c24be8b829f4b27cb4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 22 Jan 2012 14:34:51 +0000 Subject: ByteString->rtl::OString --- l10ntools/source/gsicheck.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l10ntools/source/gsicheck.cxx') diff --git a/l10ntools/source/gsicheck.cxx b/l10ntools/source/gsicheck.cxx index 354bb8d65c97..e915a4a184d2 100644 --- a/l10ntools/source/gsicheck.cxx +++ b/l10ntools/source/gsicheck.cxx @@ -1046,12 +1046,12 @@ int _cdecl main( int argc, char *argv[] ) } - ByteString sReferenceLine; + rtl::OString sReferenceLine; GSILine* pReferenceLine = NULL; ByteString aOldReferenceId("No Valid ID"); // just set to something which can never be an ID sal_uLong nReferenceLine = 0; - ByteString sGSILine; + rtl::OString sGSILine; GSILine* pGSILine = NULL; ByteString aOldId("No Valid ID"); // just set to something which can never be an ID GSIBlock *pBlock = NULL; -- cgit