Kaydet (Commit) 39a72605 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.48.52); FILE MERGED

2008/04/09 11:05:54 hr 1.48.52.1: #i86574#: fix warning (gcc-4.2.3)
üst b9fa675a
...@@ -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: xmlnumfe.cxx,v $ * $RCSfile: xmlnumfe.cxx,v $
* $Revision: 1.50 $ * $Revision: 1.51 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -1761,8 +1761,9 @@ void SvXMLNumFmtExport::SetUsed( sal_uInt32 nKey ) ...@@ -1761,8 +1761,9 @@ void SvXMLNumFmtExport::SetUsed( sal_uInt32 nKey )
if (pFormatter->GetEntry(nKey)) if (pFormatter->GetEntry(nKey))
pUsedList->SetUsed( nKey ); pUsedList->SetUsed( nKey );
else else {
DBG_ERROR("no existing Numberformat found with this key"); DBG_ERROR("no existing Numberformat found with this key");
}
} }
void SvXMLNumFmtExport::GetWasUsed(uno::Sequence<sal_Int32>& rWasUsed) void SvXMLNumFmtExport::GetWasUsed(uno::Sequence<sal_Int32>& rWasUsed)
......
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