summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excelhandlers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excelhandlers.hxx')
-rw-r--r--sc/source/filter/inc/excelhandlers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index 8d5391896c57..fa02e013b9eb 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -35,7 +35,7 @@ class WorkbookContextBase : public ::oox::core::ContextHandler2, public Workbook
{
public:
template< typename ParentType >
- inline explicit WorkbookContextBase( ParentType& rParent ) :
+ explicit WorkbookContextBase( ParentType& rParent ) :
::oox::core::ContextHandler2( rParent ), WorkbookHelper( rParent ) {}
};
@@ -47,7 +47,7 @@ class WorksheetContextBase : public ::oox::core::ContextHandler2, public Workshe
{
public:
template< typename ParentType >
- inline explicit WorksheetContextBase( ParentType& rParent ) :
+ explicit WorksheetContextBase( ParentType& rParent ) :
::oox::core::ContextHandler2( rParent ), WorksheetHelper( rParent ) {}
};