summaryrefslogtreecommitdiff
path: root/idl/inc/database.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 13:31:24 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 13:49:59 +0200
commitea5b48e9da1ea750cc4549f7cd76771800101ed2 (patch)
treeed73999eb1d9bb9cba008c3f69d1b229ccd73e2d /idl/inc/database.hxx
parent0980a6207dd57f6b64191dcc48cc9c2e987cf940 (diff)
loplugin:unusedmethods unused return value in idl
Change-Id: I790fea8b88ca99d17de14f1e91081671422dd8db
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 3bf5e0c7a3f1..f7658b2a2ba5 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -126,7 +126,7 @@ public:
SvMetaAttribute * SearchKnownAttr( const SvIdentifier& );
SvMetaClass * ReadKnownClass( SvTokenStream & rInStm );
void AddDepFile(OUString const& rFileName);
- bool WriteDepFile(SvFileStream & rStream, OUString const& rTarget);
+ void WriteDepFile(SvFileStream & rStream, OUString const& rTarget);
};
class SvIdlWorkingBase : public SvIdlDataBase