diff options
author | Oliver Specht <os@openoffice.org> | 2000-12-09 13:04:51 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-12-09 13:04:51 +0000 |
commit | 9d5477064eefd615affcabc3d01f1625ea0a7f58 (patch) | |
tree | ddee3ec06ad88fc9a99818832bad8194c3632f34 /sw/inc/unoidx.hxx | |
parent | 3b64f7cc708de8caf9987fd04361dbb09e99b3f2 (diff) |
#78497# IsMainEntry property at index mark
Diffstat (limited to 'sw/inc/unoidx.hxx')
-rw-r--r-- | sw/inc/unoidx.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unoidx.hxx b/sw/inc/unoidx.hxx index 8871aac8a4e0..6343d753f643 100644 --- a/sw/inc/unoidx.hxx +++ b/sw/inc/unoidx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoidx.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dvo $ $Date: 2000-11-30 11:30:49 $ + * last change: $Author: os $ $Date: 2000-12-09 14:04:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,7 +196,8 @@ class SwXDocumentIndexMark : public cppu::WeakImplHelper4 const SwTOXMark* m_pTOXMark; const SfxItemPropertyMap* _pMap; - sal_Bool bIsDescriptor; + sal_Bool bIsDescriptor; + sal_Bool bMainEntry; TOXTypes eType; sal_uInt16 nLevel; String sAltText; |