diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:29:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:29:53 +0000 |
commit | 06317984abe3e687f934dadf7aa68321819e424f (patch) | |
tree | 2827814fd7a0e79a515bfd440d59eea81e1f2a01 /xmloff | |
parent | f9ffbfda5887e3dc0660558a9363e5991d08ce81 (diff) |
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)
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/SettingsExportHelper.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx index 9ef67b5d4fdd..e8bb000942d1 100644 --- a/xmloff/source/core/SettingsExportHelper.cxx +++ b/xmloff/source/core/SettingsExportHelper.cxx @@ -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; } |