summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 12:18:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 12:18:39 +0000
commit251b1a6a12ed7ee47e5406ff3aa5954690144fbd (patch)
treef457b722b767fca978cbf87508dfcee30ad82035 /svx/source/items
parent7f56ddf6ed2b72100b4d4e33a56f7ae25234e567 (diff)
INTEGRATION: CWS tlapi2 (1.2.516); FILE MERGED
2003/12/10 06:36:19 tl 1.2.516.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/08 10:58:24 tl 1.2.516.1: #113724# ParaUserDefinedAttributes fixed
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/xmlcnitm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/xmlcnitm.cxx b/svx/source/items/xmlcnitm.cxx
index d8db273e194d..d2fda8ce9eca 100644
--- a/svx/source/items/xmlcnitm.cxx
+++ b/svx/source/items/xmlcnitm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlcnitm.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 18:14:07 $
+ * last change: $Author: obo $ $Date: 2004-01-20 13:18:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -212,11 +212,11 @@ BOOL SvXMLAttrContainerItem::PutValue( const com::sun::star::uno::Any& rVal, BYT
{
delete pImpl;
pImpl = pNewImpl;
- return FALSE;
}
else
{
delete pNewImpl;
+ return FALSE;
}
}
catch(...)