summaryrefslogtreecommitdiff
path: root/include/basic/basmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index baf6d56715fd..3a132ebfadd4 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -48,11 +48,10 @@ class BASIC_DLLPUBLIC BasicError
private:
sal_uInt64 nErrorId;
BasicErrorReason nReason;
- OUString aErrStr;
public:
BasicError( const BasicError& rErr );
- BasicError( sal_uInt64 nId, BasicErrorReason nR, const OUString& rErrStr );
+ BasicError( sal_uInt64 nId, BasicErrorReason nR );
sal_uInt64 GetErrorId() const { return nErrorId; }
};