summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/titlecontext.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/drawingml/chart/titlecontext.cxx
parent37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff)
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/drawingml/chart/titlecontext.cxx')
-rw-r--r--oox/source/drawingml/chart/titlecontext.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/source/drawingml/chart/titlecontext.cxx b/oox/source/drawingml/chart/titlecontext.cxx
index ded50ca237ce..f2760bfb1456 100644
--- a/oox/source/drawingml/chart/titlecontext.cxx
+++ b/oox/source/drawingml/chart/titlecontext.cxx
@@ -30,13 +30,9 @@ namespace oox {
namespace drawingml {
namespace chart {
-
-
using ::oox::core::ContextHandler2Helper;
using ::oox::core::ContextHandlerRef;
-
-
TextContext::TextContext( ContextHandler2Helper& rParent, TextModel& rModel ) :
ContextBase< TextModel >( rParent, rModel )
{
@@ -79,8 +75,6 @@ void TextContext::onCharacters( const OUString& rChars )
}
}
-
-
TitleContext::TitleContext( ContextHandler2Helper& rParent, TitleModel& rModel ) :
ContextBase< TitleModel >( rParent, rModel )
{
@@ -115,8 +109,6 @@ ContextHandlerRef TitleContext::onCreateContext( sal_Int32 nElement, const Attri
return 0;
}
-
-
LegendContext::LegendContext( ContextHandler2Helper& rParent, LegendModel& rModel ) :
ContextBase< LegendModel >( rParent, rModel )
{
@@ -152,8 +144,6 @@ ContextHandlerRef LegendContext::onCreateContext( sal_Int32 nElement, const Attr
return 0;
}
-
-
} // namespace chart
} // namespace drawingml
} // namespace oox