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

INTEGRATION: CWS hr50 (1.29.172); FILE MERGED

2008/04/09 11:05:52 hr 1.29.172.1: #i86574#: fix warning (gcc-4.2.3)
üst f9ffbfda
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SettingsExportHelper.cxx,v $
* $Revision: 1.30 $
* $Revision: 1.31 $
*
* This file is part of OpenOffice.org.
*
......@@ -186,8 +186,9 @@ void XMLSettingsExportHelper::CallTypeFunction(const uno::Any& rAny,
aAny >>= aProps;
exportSymbolDescriptors(aProps, rName);
}
else
else {
DBG_ERROR("this type is not implemented now");
}
}
break;
}
......
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