diff options
author | Henning Brinkmann <hbrinkm@openoffice.org> | 2007-01-30 13:50:24 +0000 |
---|---|---|
committer | Henning Brinkmann <hbrinkm@openoffice.org> | 2007-01-30 13:50:24 +0000 |
commit | c55ddfbb986ec665800e4fb599086214ffa326ec (patch) | |
tree | 28efbd39efb412eeb9907f1e4e6315d14fa32296 /xmloff/inc/txtflde.hxx | |
parent | 49d984877f7c3530fb2539eeefaa39afa0c2ff8b (diff) |
#144146# XMLTextFieldExport: new attributes: text:hint, text:help
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 bd53261c900b..e07162068928 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -4,9 +4,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:37:25 $ + * last change: $Author: hbrinkm $ $Date: 2007-01-30 14:45:19 $ * * 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; |