diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:37:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:37:33 +0000 |
commit | 22249c767d4cc17f2d1d96a6822c6fe4e58a0e6a (patch) | |
tree | 9afa38285b7b8ab2ae04fbf03405b19c45bdcf23 /xmloff | |
parent | 072a60c46639b91891f935513588d72b0983801d (diff) |
INTEGRATION: CWS binfilter (1.47.38); FILE MERGED
2003/12/05 09:56:49 aw 1.47.38.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:00 aw 1.47.38.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')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index e2f2e76ca522..90af403e3b88 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfldi.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:18:06 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:37:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses |