summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgio.cxx')
-rw-r--r--sot/source/sdstor/stgio.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index a78ef489113d..93a3422c4a20 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -257,11 +257,11 @@ Validator::Validator( StgIo &rIoP )
{
ULONG nErr = nError = FAT_OK;
- if( ( nErr = ValidateMasterFATs() ) != FAT_OK )
+ if( ( nErr = ValidateMasterFATs() ) != FAT_OK )
nError = nErr;
- else if( ( nErr = ValidateDirectoryEntries() ) != FAT_OK )
+ else if( ( nErr = ValidateDirectoryEntries() ) != FAT_OK )
nError = nErr;
- else if( ( nErr = FindUnrefedChains()) != FAT_OK )
+ else if( ( nErr = FindUnrefedChains()) != FAT_OK )
nError = nErr;
}
@@ -325,7 +325,7 @@ ULONG Validator::ValidateDirectoryEntries()
return nErr;
// TOC
nErr = aFat.Mark(
- rIo.aHdr.GetTOCStart(), -1, -2 );
+ rIo.aHdr.GetTOCStart(), -1, -2 );
return nErr;
}
@@ -380,10 +380,10 @@ ULONG StgIo::ValidateFATs()
ErrorLink::get().Call( &aArg );
bCopied = TRUE;
}
-// DBG_ASSERT( nErr == FAT_OK ,"Storage kaputt");
+// DBG_ASSERT( nErr == FAT_OK ,"Storage kaputt");
return nErr;
}
-// DBG_ERROR("Validiere nicht (kein FileStorage)");
+// DBG_ERROR("Validiere nicht (kein FileStorage)");
return FAT_OK;
}