summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index d22bbbe6a465..2bf3ac2d8113 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -880,9 +880,7 @@ OUString Storage::GetUserName()
bool Storage::ValidateFAT()
{
- Link<StgLinkArg&,void> aLink = StgIo::GetErrorLink();
FatError nErr = pIo->ValidateFATs();
- StgIo::SetErrorLink( aLink );
return nErr == FatError::Ok;
}