diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:37:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:37:47 +0000 |
commit | 9bb0bcfe047d5e34a552ff8ad7bda4ad5c017f0d (patch) | |
tree | 5449fd50344277fc4548ed90c2b9ee8870d0532a /xmloff/source/text/txtvfldi.cxx | |
parent | 22249c767d4cc17f2d1d96a6822c6fe4e58a0e6a (diff) |
INTEGRATION: CWS binfilter (1.18.34); FILE MERGED
2003/12/05 09:56:49 aw 1.18.34.2: #111880#
The fix for looking if all newly aded properties (after 7.0 release) in the xModel APIs are really existing can be removed again since binfilter will use it's own XMLOFF copy matching the possibilities of the 7.0 APIs used in the stripped applications.
2003/11/19 17:15:01 aw 1.18.34.1: #111880#-4
The API for binfilter does not have this property, so test it first
before using it to not throw exceptions
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index 8f500b80054c..8bc39b7b4876 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtvfldi.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:17:04 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:37:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1264,7 +1264,7 @@ void XMLDatabaseDisplayImportContext::EndElement() // set presentation aAny <<= GetContent(); xField->setPropertyValue(sPropertyCurrentPresentation, - aAny); + aAny); // success! return; |