summaryrefslogtreecommitdiff
path: root/oox/source/ppt/soundactioncontext.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:22:57 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:11 +0200
commitca362d6348e4d0a29317492b3c8ef9637a656f4f (patch)
tree80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/ppt/soundactioncontext.cxx
parent37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff)
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/ppt/soundactioncontext.cxx')
-rw-r--r--oox/source/ppt/soundactioncontext.cxx7
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: */