Kaydet (Commit) 77b4fb59 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.31.18); FILE MERGED

2008/04/10 16:58:47 hr 1.31.18.1: #i86574#: fix warning (gcc-4.2.3)
üst fd1055e5
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: guisaveas.cxx,v $ * $RCSfile: guisaveas.cxx,v $
* $Revision: 1.35 $ * $Revision: 1.36 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -124,8 +124,9 @@ static sal_uInt16 getSlotIDFromMode( sal_Int8 nStoreMode ) ...@@ -124,8 +124,9 @@ static sal_uInt16 getSlotIDFromMode( sal_Int8 nStoreMode )
nResult = SID_DIRECTEXPORTDOCASPDF; nResult = SID_DIRECTEXPORTDOCASPDF;
else if ( nStoreMode == SAVEAS_REQUESTED || nStoreMode == ( EXPORT_REQUESTED | WIDEEXPORT_REQUESTED ) ) else if ( nStoreMode == SAVEAS_REQUESTED || nStoreMode == ( EXPORT_REQUESTED | WIDEEXPORT_REQUESTED ) )
nResult = SID_SAVEASDOC; nResult = SID_SAVEASDOC;
else else {
DBG_ASSERT( sal_False, "Unacceptable slot name is provided!\n" ); DBG_ASSERT( sal_False, "Unacceptable slot name is provided!\n" );
}
return nResult; return nResult;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment