Kaydet (Commit) f790b3f1 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oasis (1.2.292); FILE MERGED

2004/03/31 14:23:47 mib 1.2.292.1: First steps of OASIS file format
üst 560b31cf
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XMLTextListBlockContext.hxx,v $ * $RCSfile: XMLTextListBlockContext.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: mib $ $Date: 2000-10-23 10:17:35 $ * last change: $Author: rt $ $Date: 2004-07-13 08:37:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -84,7 +84,6 @@ class XMLTextListBlockContext : public SvXMLImportContext ...@@ -84,7 +84,6 @@ class XMLTextListBlockContext : public SvXMLImportContext
SvXMLImportContextRef xParentListBlock; SvXMLImportContextRef xParentListBlock;
sal_Int16 nLevel; sal_Int16 nLevel;
sal_Int16 nLevels; sal_Int16 nLevels;
sal_Bool bOrdered : 1;
sal_Bool bRestartNumbering : 1; sal_Bool bRestartNumbering : 1;
sal_Bool bSetDefaults : 1; sal_Bool bSetDefaults : 1;
...@@ -97,8 +96,7 @@ public: ...@@ -97,8 +96,7 @@ public:
XMLTextImportHelper& rTxtImp, sal_uInt16 nPrfx, XMLTextImportHelper& rTxtImp, sal_uInt16 nPrfx,
const ::rtl::OUString& rLName, const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList, ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
sal_Bool bOrdered );
virtual ~XMLTextListBlockContext(); virtual ~XMLTextListBlockContext();
virtual void EndElement(); virtual void EndElement();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment