summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 22:41:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-05 10:02:57 +0100
commitdb1b7178dde8daa8660becf35acf8362b5f4bd7e (patch)
tree902efefff371fcc0d9dfd42f0bacda289070f3c5 /basic
parent31e203f1fd9a32c70c37a73f13963992e1cc17ef (diff)
callcatcher: unused methods
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/basic/basmgr.hxx1
-rw-r--r--basic/source/basmgr/basmgr.cxx8
2 files changed, 0 insertions, 9 deletions
diff --git a/basic/inc/basic/basmgr.hxx b/basic/inc/basic/basmgr.hxx
index 287a0b3bbda0..415bf7af4116 100644
--- a/basic/inc/basic/basmgr.hxx
+++ b/basic/inc/basic/basmgr.hxx
@@ -74,7 +74,6 @@ private:
String aErrStr;
public:
- BasicError();
BasicError( const BasicError& rErr );
BasicError( sal_uIntPtr nId, sal_uInt16 nR, const String& rErrStr );
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 )
{