diff options
Diffstat (limited to 'oox/source/drawingml/chart/titlecontext.cxx')
-rw-r--r-- | oox/source/drawingml/chart/titlecontext.cxx | 10 |
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 |