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
This commit is contained in:
parent
94643e2757
commit
600b86bc0b
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue