diff options
Diffstat (limited to 'include/oox/drawingml/chart/chartcontextbase.hxx')
-rw-r--r-- | include/oox/drawingml/chart/chartcontextbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/chart/chartcontextbase.hxx b/include/oox/drawingml/chart/chartcontextbase.hxx index 218e7bf4406e..a244ad7dba6b 100644 --- a/include/oox/drawingml/chart/chartcontextbase.hxx +++ b/include/oox/drawingml/chart/chartcontextbase.hxx @@ -34,7 +34,7 @@ template< typename ModelType > class ContextBase : public ::oox::core::ContextHandler2 { public: - inline explicit ContextBase( ::oox::core::ContextHandler2Helper& rParent, ModelType& rModel ) : + explicit ContextBase( ::oox::core::ContextHandler2Helper& rParent, ModelType& rModel ) : ::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {} virtual ~ContextBase() {} |