summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-02-06 17:23:58 -0500
committerAndras Timar <andras.timar@collabora.com>2018-03-25 19:58:21 +0200
commite49b343c11883ac1f75238087698e7f6a9e6abcb (patch)
tree89b0d9daf9934a6b6318b62ecb4f7c3a391d16e7 /include
parent75d222c9bc1ffecf38dece206be5fdb7f51766e0 (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> (cherry picked from commit 97a73d2772a86e26369fc32e25a59c0d5a274c01)
Diffstat (limited to 'include')
-rw-r--r--include/oox/core/xmlfilterbase.hxx7
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.