diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:02:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:03 +0000 |
commit | 2bad94e6b578980b2274a4d9497cc0938adfde0c (patch) | |
tree | dd4e5e4e5a225fbf7be2855d8060f8b4910b0f41 /idl/inc/lex.hxx | |
parent | 1777dfacf2c94873f0f0119bbe9d8fc2464df154 (diff) |
ByteString->rtl::OString
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; |