summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timeanimvaluecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/timeanimvaluecontext.cxx')
-rw-r--r--oox/source/ppt/timeanimvaluecontext.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/ppt/timeanimvaluecontext.cxx b/oox/source/ppt/timeanimvaluecontext.cxx
index cfae1ceb7db3..922b3ae92123 100644
--- a/oox/source/ppt/timeanimvaluecontext.cxx
+++ b/oox/source/ppt/timeanimvaluecontext.cxx
@@ -36,12 +36,10 @@ namespace oox { namespace ppt {
{
}
-
TimeAnimValueListContext::~TimeAnimValueListContext( )
{
}
-
void TimeAnimValueListContext::onEndElement()
{
if( isCurrentElement( PPT_TOKEN( tav ) ) )
@@ -50,7 +48,6 @@ namespace oox { namespace ppt {
}
}
-
::oox::core::ContextHandlerRef TimeAnimValueListContext::onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs )
{
@@ -79,7 +76,6 @@ namespace oox { namespace ppt {
return this;
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */