diff options
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r-- | include/sfx2/docfile.hxx | 4 |
1 files changed, 1 insertions, 3 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(); |