diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 22:41:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 10:02:57 +0100 |
commit | db1b7178dde8daa8660becf35acf8362b5f4bd7e (patch) | |
tree | 902efefff371fcc0d9dfd42f0bacda289070f3c5 /basic/source | |
parent | 31e203f1fd9a32c70c37a73f13963992e1cc17ef (diff) |
callcatcher: unused methods
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 97970fef4321..3837b0003721 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -446,14 +446,6 @@ BasicError* BasicErrorManager::GetNextError() } -//===================================================================== - -BasicError::BasicError() -{ - nErrorId = 0; - nReason = 0; -} - BasicError::BasicError( sal_uIntPtr nId, sal_uInt16 nR, const String& rErrStr ) : aErrStr( rErrStr ) { |