diff options
Diffstat (limited to 'oox/source/ppt/soundactioncontext.cxx')
-rw-r--r-- | oox/source/ppt/soundactioncontext.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx index a3104e15dfc4..9d72e3ebeff1 100644 --- a/oox/source/ppt/soundactioncontext.cxx +++ b/oox/source/ppt/soundactioncontext.cxx @@ -30,10 +30,8 @@ using namespace ::oox::core; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::uno; - namespace oox { namespace ppt { - SoundActionContext::SoundActionContext( FragmentHandler2& rParent, PropertyMap & aProperties ) throw() : FragmentHandler2( rParent ) , maSlideProperties( aProperties ) @@ -43,12 +41,10 @@ namespace oox { namespace ppt { { } - SoundActionContext::~SoundActionContext() throw() { } - void SoundActionContext::onEndElement() { if ( isCurrentElement( PPT_TOKEN( sndAc ) ) ) @@ -71,7 +67,6 @@ namespace oox { namespace ppt { } } - ::oox::core::ContextHandlerRef SoundActionContext::onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) { switch( aElementToken ) @@ -100,8 +95,6 @@ namespace oox { namespace ppt { return this; } - - } } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |