diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 9b4d2d315ca1..1128f298bff3 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: configitem.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-09-21 12:46:19 $ + * last change: $Author: os $ $Date: 2000-09-25 13:38:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -319,13 +319,8 @@ sal_Bool ConfigItem::PutProperties( const Sequence< OUString >& rNames, catch(Exception&){} #endif } -#if SUPD<605 - Reference xBatch(xHierarchyAccess, UNO_QUERY); - xBatch->commitChanges(); - -#else - DBG_ERROR("does setPropertyValue work correctly now?") -#endif + Reference xBatch(xHierarchyAccess, UNO_QUERY); + xBatch->commitChanges(); } bInPutValues = sal_False;