diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-09 11:57:21 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-09 11:57:21 +0000 |
commit | 1010b03ff7979687338c9665eac1ac72fa799b6b (patch) | |
tree | 9b6d06f431402535a9b7d39e0ec83e7bb2a2c87a /xmloff/source/text/XMLIndexUserSourceContext.hxx | |
parent | f0ea21e3f16e0fe02e2de507a869e8b141055650 (diff) |
#96249# new user-index-source attribute (index-name) added
Diffstat (limited to 'xmloff/source/text/XMLIndexUserSourceContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexUserSourceContext.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexUserSourceContext.hxx b/xmloff/source/text/XMLIndexUserSourceContext.hxx index 2f43489c8301..da5c6f658247 100644 --- a/xmloff/source/text/XMLIndexUserSourceContext.hxx +++ b/xmloff/source/text/XMLIndexUserSourceContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexUserSourceContext.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2000-11-21 11:53:19 $ + * last change: $Author: dvo $ $Date: 2002-01-09 12:57:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext const ::rtl::OUString sCreateFromTextFrames; const ::rtl::OUString sUseLevelFromSource; const ::rtl::OUString sCreateFromLevelParagraphStyles; + const ::rtl::OUString sUserIndexName; sal_Bool bUseObjects; sal_Bool bUseGraphic; @@ -98,6 +99,7 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext sal_Bool bUseFrames; sal_Bool bUseLevelFromSource; sal_Bool bUseLevelParagraphStyles; + ::rtl::OUString sIndexName; public: |