summaryrefslogtreecommitdiff
path: root/include/basic/sbxcore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxcore.hxx')
-rw-r--r--include/basic/sbxcore.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index afa7e393f56c..3c1c48fdd9c5 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -80,8 +80,8 @@ public:
bool Store( SvStream& );
virtual bool LoadCompleted();
- static SbxError GetError();
- static void SetError( SbxError );
+ static ErrCode GetError();
+ static void SetError( ErrCode );
static bool IsError();
static void ResetError();