summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-23 10:01:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:45 +0100
commit0d1ff2bfc439ff59dd6cec0a6cb6495f4ef2cc54 (patch)
tree95ff034cd162397094fcd424ece5e60db469ad94 /xmloff
parent79a2a32edef3663306c670337897e056989d2cb1 (diff)
generate list
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/VisAreaContext.hxx5
-rw-r--r--xmloff/source/style/VisAreaContext.cxx10
2 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/inc/xmloff/VisAreaContext.hxx b/xmloff/inc/xmloff/VisAreaContext.hxx
index cdb04a90c802..62f9d4bb2728 100644
--- a/xmloff/inc/xmloff/VisAreaContext.hxx
+++ b/xmloff/inc/xmloff/VisAreaContext.hxx
@@ -47,11 +47,6 @@ public:
::com::sun::star::xml::sax::XAttributeList>& xAttrList,
Rectangle& rRect, const MapUnit aMapUnit);
- XMLVisAreaContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::OUString& rLName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
- ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit);
-
virtual ~XMLVisAreaContext();
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
diff --git a/xmloff/source/style/VisAreaContext.cxx b/xmloff/source/style/VisAreaContext.cxx
index 727d09293025..c804256c5242 100644
--- a/xmloff/source/style/VisAreaContext.cxx
+++ b/xmloff/source/style/VisAreaContext.cxx
@@ -62,16 +62,6 @@ XMLVisAreaContext::XMLVisAreaContext( SvXMLImport& rImport,
rRect.setHeight( rAwtRect.Height );
}
-XMLVisAreaContext::XMLVisAreaContext( SvXMLImport& rImport,
- sal_uInt16 nPrfx,
- const rtl::OUString& rLName,
- const uno::Reference<xml::sax::XAttributeList>& xAttrList,
- ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit ) :
- SvXMLImportContext( rImport, nPrfx, rLName )
-{
- process( xAttrList, rRect, nMeasureUnit );
-}
-
XMLVisAreaContext::~XMLVisAreaContext()
{
}