diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:02:33 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:02:33 +0000 |
commit | 600b86bc0b4b5182489c965d852e820f48c8f439 (patch) | |
tree | d7d557ce835b9b855747ccc85a8e5bfe600f39b6 /xmloff | |
parent | 94643e2757d153e82f671e69b1328a68b52993eb (diff) |
INTEGRATION: CWS os13 (1.22.10); FILE MERGED
2003/07/24 12:16:02 os 1.22.10.1: #i9569# support of 'CurrentPresentation' for conditional text field added
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 7f817fee021e..2a7db618142e 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfldi.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:58:31 $ + * last change: $Author: hjs $ $Date: 2003-08-19 12:02:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -842,6 +842,7 @@ class XMLConditionalTextImportContext : public XMLTextFieldImportContext const ::rtl::OUString sPropertyTrueContent; const ::rtl::OUString sPropertyFalseContent; const ::rtl::OUString sPropertyIsConditionTrue; + const ::rtl::OUString sPropertyCurrentPresentation; ::rtl::OUString sCondition; ::rtl::OUString sTrueContent; |