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/inc | |
parent | 31e203f1fd9a32c70c37a73f13963992e1cc17ef (diff) |
callcatcher: unused methods
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/basmgr.hxx | 1 |
1 files changed, 0 insertions, 1 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 ); |