diff options
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r-- | idl/inc/lex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 293c4d62a1b7..3b51dd848f2b 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -134,8 +134,8 @@ class SvTokenStream int nBufPos; int c; // next character sal_uInt16 nTabSize; // length of tabulator - ByteString aStrTrue; - ByteString aStrFalse; + rtl::OString aStrTrue; + rtl::OString aStrFalse; sal_uLong nMaxPos; SvFileStream * pInStream; |