diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/database.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 86e45c0dc844..4d554ee964e1 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -44,13 +44,6 @@ public: const OString& GetText() const { return aText; } void SetText( const OString& rT ) { aText = rT; } bool IsError() const { return nLine != 0; } - SvIdlError & operator = ( const SvIdlError & rRef ) - { - aText = rRef.aText; - nLine = rRef.nLine; - nColumn = rRef.nColumn; - return *this; - } }; class SvParseException : public std::exception |