diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-09 23:41:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-10 01:00:02 +0100 |
commit | 180e1de3f6bad36b00dfe3aeba43172e5e9a735e (patch) | |
tree | 06a393b049689f0fdfb75bd11441bf77fb01ddad /oox | |
parent | 666fb8b7bc210be6d785515bc7660e5a5d19b82e (diff) |
remove whitespaces
Change-Id: Ie9d303a7200cf2a6bfd8c0f5f547cfffccaa0444
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/drawingml/chart/chartcontextbase.hxx | 10 | ||||
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/oox/inc/drawingml/chart/chartcontextbase.hxx b/oox/inc/drawingml/chart/chartcontextbase.hxx index 9bf80ce947fc..c160fb907f35 100644 --- a/oox/inc/drawingml/chart/chartcontextbase.hxx +++ b/oox/inc/drawingml/chart/chartcontextbase.hxx @@ -28,8 +28,6 @@ namespace oox { namespace drawingml { namespace chart { - - template< typename ModelType > class ContextBase : public ::oox::core::ContextHandler2 { @@ -42,8 +40,6 @@ protected: ModelType& mrModel; }; - - template< typename ModelType > class FragmentBase : public ::oox::core::FragmentHandler2 { @@ -56,8 +52,6 @@ protected: ModelType& mrModel; }; - - /** Help class for all contexts that have only the c:spPr child element. */ class ShapePrWrapperContext : public ContextBase< Shape > @@ -69,8 +63,6 @@ public: virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE; }; - - struct LayoutModel; /** Handler for a chart layout context (c:layout element). @@ -84,8 +76,6 @@ public: virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE; }; - - } // namespace chart } // namespace drawingml } // namespace oox diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 5c34eade77ff..4920cc62047b 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -780,7 +780,6 @@ writeCustomProperties( XmlFilterBase& rSelf, Reference< XDocumentProperties > xP pAppProps->endElement( XML_Properties ); } - XmlFilterBase& XmlFilterBase::exportDocumentProperties( Reference< XDocumentProperties > xProperties ) { if( xProperties.is() ) |