diff options
Diffstat (limited to 'oox/source/drawingml/chart/datasourcecontext.cxx')
-rw-r--r-- | oox/source/drawingml/chart/datasourcecontext.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/source/drawingml/chart/datasourcecontext.cxx b/oox/source/drawingml/chart/datasourcecontext.cxx index b6aed1936a8d..0529849e8837 100644 --- a/oox/source/drawingml/chart/datasourcecontext.cxx +++ b/oox/source/drawingml/chart/datasourcecontext.cxx @@ -25,13 +25,9 @@ namespace oox { namespace drawingml { namespace chart { - - using ::oox::core::ContextHandler2Helper; using ::oox::core::ContextHandlerRef; - - DoubleSequenceContext::DoubleSequenceContext( ContextHandler2Helper& rParent, DataSequenceModel& rModel ) : DataSequenceContextBase( rParent, rModel ), mnPtIndex( -1 ) @@ -108,8 +104,6 @@ void DoubleSequenceContext::onCharacters( const OUString& rChars ) } } - - StringSequenceContext::StringSequenceContext( ContextHandler2Helper& rParent, DataSequenceModel& rModel ) : DataSequenceContextBase( rParent, rModel ) , mnPtIndex(-1) @@ -179,8 +173,6 @@ void StringSequenceContext::onCharacters( const OUString& rChars ) } } - - DataSourceContext::DataSourceContext( ContextHandler2Helper& rParent, DataSourceModel& rModel ) : ContextBase< DataSourceModel >( rParent, rModel ) { @@ -228,8 +220,6 @@ ContextHandlerRef DataSourceContext::onCreateContext( sal_Int32 nElement, const return 0; } - - } // namespace chart } // namespace drawingml } // namespace oox |