diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:03:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:03:45 +0000 |
commit | 8a8a5435cdac1d1c71c9dfe46c76fb0c2491d6c5 (patch) | |
tree | 1a564247f6b688edc619f66b814c33041a56cc8f /xmloff/inc/txtflde.hxx | |
parent | 20faf60ca562472bbcbd448623f1dc895c6b2c66 (diff) |
INTEGRATION: CWS hb02 (1.32.62); FILE MERGED
2007/02/05 16:24:40 hbrinkm 1.32.62.1: #144146# new properties Help and Hint
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 0af4a5965056..e0221db0c6de 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -4,9 +4,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: rt $ $Date: 2007-02-01 09:16:25 $ + * last change: $Author: obo $ $Date: 2007-03-09 13:03:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -539,6 +539,8 @@ private: const ::rtl::OUString sPropertyValue; const ::rtl::OUString sPropertyVariableName; const ::rtl::OUString sPropertyVariableSubType; + const ::rtl::OUString sPropertyHelp; + const ::rtl::OUString sPropertyTooltip; const ::rtl::OUString sEmpty; |