diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:22:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:11 +0200 |
commit | ca362d6348e4d0a29317492b3c8ef9637a656f4f (patch) | |
tree | 80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/ppt/commonbehaviorcontext.cxx | |
parent | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff) |
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/ppt/commonbehaviorcontext.cxx')
-rw-r--r-- | oox/source/ppt/commonbehaviorcontext.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/ppt/commonbehaviorcontext.cxx b/oox/source/ppt/commonbehaviorcontext.cxx index 5cc23c562a08..e715f8ba8697 100644 --- a/oox/source/ppt/commonbehaviorcontext.cxx +++ b/oox/source/ppt/commonbehaviorcontext.cxx @@ -50,13 +50,10 @@ namespace oox { namespace ppt { { } - CommonBehaviorContext::~CommonBehaviorContext( ) throw( ) { } - - void CommonBehaviorContext::onEndElement() { switch( getCurrentElement() ) @@ -110,7 +107,6 @@ namespace oox { namespace ppt { } } - void CommonBehaviorContext::onCharacters( const OUString& aChars ) { if( mbIsInAttrName ) @@ -119,7 +115,6 @@ namespace oox { namespace ppt { } } - ::oox::core::ContextHandlerRef CommonBehaviorContext::onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) { switch ( aElementToken ) |