summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLBlockListContext.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:19:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:19:22 +0000
commit8e1bf2aad840487b96893a2a80e224b0254cb8f6 (patch)
treebf9e3338cc8b93456cb2fb42bca365b7885e0e57 /sw/source/core/inc/SwXMLBlockListContext.hxx
parent17fff2dff7ceea585dfc32c3bbfe53b65993555c (diff)
INTEGRATION: CWS sb19 (1.3.876); FILE MERGED
2004/11/04 15:46:43 os 1.3.876.1: #i36685# AutoCorrection using attributed text fixed
Diffstat (limited to 'sw/source/core/inc/SwXMLBlockListContext.hxx')
-rw-r--r--sw/source/core/inc/SwXMLBlockListContext.hxx20
1 files changed, 18 insertions, 2 deletions
diff --git a/sw/source/core/inc/SwXMLBlockListContext.hxx b/sw/source/core/inc/SwXMLBlockListContext.hxx
index 50eea852ff25..da96020cb587 100644
--- a/sw/source/core/inc/SwXMLBlockListContext.hxx
+++ b/sw/source/core/inc/SwXMLBlockListContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLBlockListContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-07-10 17:18:48 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:19:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,22 @@ public:
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
~SwXMLTextBlockBodyContext ( void );
};
+class SwXMLTextBlockTextContext : public SvXMLImportContext
+{
+private:
+ SwXMLTextBlockImport & rLocalRef;
+public:
+ SwXMLTextBlockTextContext( SwXMLTextBlockImport& rImport,
+ sal_uInt16 nPrefix,
+ const rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+ virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
+ const rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+ ~SwXMLTextBlockTextContext ( void );
+};
class SwXMLTextBlockParContext : public SvXMLImportContext
{
private: