summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextmodel.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 10:42:08 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 10:42:08 +0000
commitc704baedb20d1cf99d1b30bba8849ba4e348314d (patch)
treef9cb07ce6367e729199a9f39e52cea3875725353 /forms/source/richtext/richtextmodel.hxx
parentdb241d6209c905f67ae03a0985b191cd94df32cd (diff)
INTEGRATION: CWS dba17 (1.3.32); FILE MERGED
2004/09/29 09:58:01 fs 1.3.32.1: #i34773# added LineEndFormat property
Diffstat (limited to 'forms/source/richtext/richtextmodel.hxx')
-rw-r--r--forms/source/richtext/richtextmodel.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx
index b14c9991dbe3..d91a88a0422b 100644
--- a/forms/source/richtext/richtextmodel.hxx
+++ b/forms/source/richtext/richtextmodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: richtextmodel.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 16:20:25 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 11:42:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,6 +151,7 @@ namespace frm
::rtl::OUString m_sHelpText;
::rtl::OUString m_sHelpURL;
::rtl::OUString m_sLastKnownEngineText;
+ sal_Int16 m_nLineEndFormat;
sal_Int16 m_nBorder;
sal_Bool m_bEnabled;
sal_Bool m_bHardLineBreaks;