summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexUserSourceContext.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-11-21 10:53:19 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-11-21 10:53:19 +0000
commita415583aec3bc1635e20c366bddf135962f18c26 (patch)
tree2a7a6aa518c1228fc55bd8fd795c06b12d2898be /xmloff/source/text/XMLIndexUserSourceContext.hxx
parent553c6d5faaf11cb921baaed92b89d5ca4cf25bc1 (diff)
- added/fixed: text:use-index-source-styles property
Diffstat (limited to 'xmloff/source/text/XMLIndexUserSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexUserSourceContext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexUserSourceContext.hxx b/xmloff/source/text/XMLIndexUserSourceContext.hxx
index ab3659410725..2f43489c8301 100644
--- a/xmloff/source/text/XMLIndexUserSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexUserSourceContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexUserSourceContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2000-11-14 14:42:50 $
+ * last change: $Author: dvo $ $Date: 2000-11-21 11:53:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext
const ::rtl::OUString sCreateFromTables;
const ::rtl::OUString sCreateFromTextFrames;
const ::rtl::OUString sUseLevelFromSource;
+ const ::rtl::OUString sCreateFromLevelParagraphStyles;
sal_Bool bUseObjects;
sal_Bool bUseGraphic;
@@ -96,6 +97,7 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext
sal_Bool bUseTables;
sal_Bool bUseFrames;
sal_Bool bUseLevelFromSource;
+ sal_Bool bUseLevelParagraphStyles;
public: