summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-17 15:28:02 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-17 15:28:02 +0000
commit38e7b37d346ae160249658c07ab963e707439c75 (patch)
treef0a2ecc540a6b77192cc8d6a9a7d4baadbcaeebc /xmloff
parent01f5c5534bbce8de7042ed3a176dc92f072cebf4 (diff)
INTEGRATION: CWS hbqea101 (1.2.310); FILE MERGED
2004/05/05 09:41:34 hbrinkm 1.2.310.1: #i21237# new property for index tab stop entry: with-tab
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLIndexTabStopEntryContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
index f8d49c08aa1f..1ed154165576 100644
--- a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexTabStopEntryContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2001-07-02 10:18:42 $
+ * last change: $Author: rt $ $Date: 2004-05-17 16:28:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,6 +98,7 @@ class XMLIndexTabStopEntryContext : public XMLIndexSimpleEntryContext
sal_Bool bTabPositionOK; /// is tab right aligned?
sal_Bool bTabRightAligned; /// is nTabPosition valid?
sal_Bool bLeaderCharOK; /// is sLeaderChar valid?
+ sal_Bool bWithTab; /// is tab char present? #i21237#
public: