summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerActions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerActions.hxx')
-rw-r--r--xmloff/source/transform/TransformerActions.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/xmloff/source/transform/TransformerActions.hxx b/xmloff/source/transform/TransformerActions.hxx
index 79b5961e294c..f7016db0aeda 100644
--- a/xmloff/source/transform/TransformerActions.hxx
+++ b/xmloff/source/transform/TransformerActions.hxx
@@ -31,13 +31,6 @@ struct NameKey_Impl
sal_uInt16 m_nPrefix;
OUString m_aLocalName;
- inline NameKey_Impl( sal_uInt16 nPrfx,
- ::xmloff::token::XMLTokenEnum eLclNm ) :
- m_nPrefix( nPrfx ),
- m_aLocalName( ::xmloff::token::GetXMLToken( eLclNm ) )
- {
- }
-
inline NameKey_Impl( sal_uInt16 nPrfx, const OUString& rLclNm ) :
m_nPrefix( nPrfx ),
m_aLocalName( rLclNm )
@@ -82,15 +75,6 @@ struct TransformerAction_Impl
sal_uInt32 m_nParam2;
sal_uInt32 m_nParam3;
- inline TransformerAction_Impl( sal_uInt32 nActnTp, sal_uInt32 nPrm1,
- sal_uInt32 nPrm2, sal_uInt32 nPrm3 ) :
- m_nActionType( nActnTp ),
- m_nParam1( nPrm1 ),
- m_nParam2( nPrm2 ),
- m_nParam3( nPrm3 )
- {
-
- }
inline TransformerAction_Impl() :
m_nActionType( XML_TACTION_EOT ),
m_nParam1( 0 ),