summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astenum.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-15 15:24:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:17 +0100
commit361774e9107aac3f412ce546892a4b0e55c10dfb (patch)
tree4558fb6362cd1767c0a5ca00a80584171f7106b8 /idlc/inc/idlc/astenum.hxx
parent20726ae6644236481cd15e2156935ba842cf88fd (diff)
idlc: sal_Bool -> bool
Change-Id: Ibeed903d73eb8b3fce7b8c6021c9107437a8c813
Diffstat (limited to 'idlc/inc/idlc/astenum.hxx')
-rw-r--r--idlc/inc/idlc/astenum.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astenum.hxx b/idlc/inc/idlc/astenum.hxx
index c332ba2a6cf3..d6d31a5ec668 100644
--- a/idlc/inc/idlc/astenum.hxx
+++ b/idlc/inc/idlc/astenum.hxx
@@ -38,7 +38,7 @@ public:
AstConstant* checkValue(AstExpression* pExpr);
- virtual sal_Bool dump(RegistryKey& rKey);
+ virtual bool dump(RegistryKey& rKey);
virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);
private: