summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/FlatTContext.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
commit7bf29c44efa5985f59c160ba5a75dc212f955d42 (patch)
tree8cd9404e8ac9ba3268061278dc1ef215f631b4c9 /xmloff/source/transform/FlatTContext.hxx
parenta3458db24dc4688fcca14242917ec3bd62a6adcb (diff)
CWS-TOOLING: integrate CWS mba30fixes02
Diffstat (limited to 'xmloff/source/transform/FlatTContext.hxx')
-rw-r--r--xmloff/source/transform/FlatTContext.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/xmloff/source/transform/FlatTContext.hxx b/xmloff/source/transform/FlatTContext.hxx
index bf049163346c..094862af267e 100644
--- a/xmloff/source/transform/FlatTContext.hxx
+++ b/xmloff/source/transform/FlatTContext.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FlatTContext.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.56.1 $
*
* This file is part of OpenOffice.org.
*
@@ -48,24 +48,12 @@ public:
XMLPersTextContentTContext( XMLTransformerBase& rTransformer,
const ::rtl::OUString& rQName );
- // attr list/text content persistence + attribute processing
- XMLPersTextContentTContext( XMLTransformerBase& rTransformer,
- const ::rtl::OUString& rQName,
- sal_uInt16 nActionMap );
-
// attr list/text content persistence + renaming
XMLPersTextContentTContext( XMLTransformerBase& rTransformer,
const ::rtl::OUString& rQName,
sal_uInt16 nPrefix,
::xmloff::token::XMLTokenEnum eToken );
- // attr list/text content persistence + renaming + attribute processing
- XMLPersTextContentTContext( XMLTransformerBase& rTransformer,
- const ::rtl::OUString& rQName,
- sal_uInt16 nPrefix,
- ::xmloff::token::XMLTokenEnum eToken,
- sal_uInt16 nActionMap );
-
// A contexts destructor does anything that is required if an element
// ends. By default, nothing is done.
// Note that virtual methods cannot be used inside destructors. Use