diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docfile.hxx | 4 | ||||
-rw-r--r-- | include/sfx2/objsh.hxx | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index 07cfbe119c5b..c695a127b4f8 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -145,9 +145,7 @@ public: { return ERRCODE_TOERROR(GetErrorCode()); } sal_uInt32 GetLastStorageCreationState(); - void SetError( sal_uInt32 nError, const OUString& aLogMessage ); - - void AddLog( const OUString& aMessage ); + void SetError(sal_uInt32 nError); void CloseInStream(); bool CloseOutStream(); diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 716da53f9db3..654720aad1a9 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -303,10 +303,7 @@ public: void ResetError(); sal_uInt32 GetError() const; sal_uInt32 GetErrorCode() const; - void SetError( sal_uInt32 rErr, const OUString& aLogMessage ); - - void AddLog( const OUString& aMessage ); - void StoreLog(); + void SetError(sal_uInt32 rErr); /** * Initialize bare minimum just enough for unit test runs. |