summaryrefslogtreecommitdiff
path: root/idl/inc/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx1
1 files changed, 0 insertions, 1 deletions
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;