Kaydet (Commit) 51cfdb55 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.103.12); FILE MERGED

2008/04/09 11:05:53 hr 1.103.12.1: #i86574#: fix warning (gcc-4.2.3)
üst 96780c3e
...@@ -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: xmlimp.cxx,v $ * $RCSfile: xmlimp.cxx,v $
* $Revision: 1.108 $ * $Revision: 1.109 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -1391,8 +1391,9 @@ ProgressBarHelper* SvXMLImport::GetProgressBarHelper() ...@@ -1391,8 +1391,9 @@ ProgressBarHelper* SvXMLImport::GetProgressBarHelper()
uno::Any aAny = mxImportInfo->getPropertyValue(sRepeat); uno::Any aAny = mxImportInfo->getPropertyValue(sRepeat);
if (aAny.getValueType() == getBooleanCppuType()) if (aAny.getValueType() == getBooleanCppuType())
mpProgressBarHelper->SetRepeat(::cppu::any2bool(aAny)); mpProgressBarHelper->SetRepeat(::cppu::any2bool(aAny));
else else {
DBG_ERRORFILE("why is it no boolean?"); DBG_ERRORFILE("why is it no boolean?");
}
} }
} }
} }
...@@ -1417,8 +1418,9 @@ void SvXMLImport::AddNumberStyle(sal_Int32 nKey, const OUString& rName) ...@@ -1417,8 +1418,9 @@ void SvXMLImport::AddNumberStyle(sal_Int32 nKey, const OUString& rName)
DBG_ERROR("Numberformat could not be inserted"); DBG_ERROR("Numberformat could not be inserted");
} }
} }
else else {
DBG_ERROR("not possible to create NameContainer"); DBG_ERROR("not possible to create NameContainer");
}
} }
XMLEventImportHelper& SvXMLImport::GetEventImport() XMLEventImportHelper& SvXMLImport::GetEventImport()
......
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