diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2018-02-06 17:23:58 -0500 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2018-02-14 01:04:11 +0100 |
commit | 97a73d2772a86e26369fc32e25a59c0d5a274c01 (patch) | |
tree | fae4c3f1ac913437cff256a06bb086180232193d /include/oox | |
parent | 335a2b80fa900848a8b60d8fd5db6656bc30a95a (diff) |
oox: cosmetic cleanup
Change-Id: Ifafd7338ddfec8b707b5ddf4acb39512faf186da
Reviewed-on: https://gerrit.libreoffice.org/49325
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/xmlfilterbase.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx index 51e6e496ea6a..75fc03920b79 100644 --- a/include/oox/core/xmlfilterbase.hxx +++ b/include/oox/core/xmlfilterbase.hxx @@ -90,8 +90,7 @@ public: virtual ~XmlFilterBase() override; /** Has to be implemented by each filter, returns the current theme. */ - virtual const ::oox::drawingml::Theme* - getCurrentTheme() const = 0; + virtual const ::oox::drawingml::Theme* getCurrentTheme() const = 0; /** Has to be implemented by each filter to return the collection of VML shapes. */ virtual ::oox::vml::Drawing* getVmlDrawing() = 0; @@ -101,13 +100,13 @@ public: virtual ::oox::drawingml::chart::ChartConverter* getChartConverter() = 0; /** Helper to switch chart data table - specifically for xlsx imports */ - virtual void useInternalChartDataTable( bool /*bInternal*/ ) { } + virtual void useInternalChartDataTable( bool /*bInternal*/ ) { } /** Has to be implemented by each filter to return the table style list. */ virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() = 0; - OUString getFragmentPathFromFirstTypeFromOfficeDoc( const OUString& rPart ); + OUString getFragmentPathFromFirstTypeFromOfficeDoc( const OUString& rPart ); /** Imports a fragment using the passed fragment handler, which contains the full path to the fragment stream. |