From 403c13487c36f4200adf0986c5d11398f719cd7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Aug 2015 16:28:49 +0200 Subject: loplugin:unusedmethods Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/inc/database.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'idl/inc') diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 087356b7e904..8871c39fc216 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -44,7 +44,6 @@ public: const OString& GetText() const { return aText; } void SetText( const OString& rT ) { aText = rT; } bool IsError() const { return nLine != 0; } - void Clear() { nLine = nColumn = 0; } SvIdlError & operator = ( const SvIdlError & rRef ) { aText = rRef.aText; nLine = rRef.nLine; -- cgit