summaryrefslogtreecommitdiff
path: root/tools/bootstrp/cppdep.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 08:54:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:10 +0100
commit9f3b5b99e1595a3011ced4828fc7645d0d5b4d30 (patch)
tree12d4426ed8e462d595bbbf83135debaa4a687497 /tools/bootstrp/cppdep.hxx
parent13023291d1541cdfc6fa0a00706c149f0f9b2e26 (diff)
ByteString->rtl::OString
Diffstat (limited to 'tools/bootstrp/cppdep.hxx')
-rw-r--r--tools/bootstrp/cppdep.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/cppdep.hxx b/tools/bootstrp/cppdep.hxx
index d1e4397f0476..2d80074e35a4 100644
--- a/tools/bootstrp/cppdep.hxx
+++ b/tools/bootstrp/cppdep.hxx
@@ -45,7 +45,7 @@ protected:
sal_Bool Search( ByteString aFileName );
ByteString Exists( ByteString aFileName );
- ByteString IsIncludeStatement( ByteString aLine );
+ rtl::OString IsIncludeStatement(rtl::OString aLine);
public:
CppDep( ByteString aFileName );
CppDep();