summaryrefslogtreecommitdiff
path: root/oox/source/core/contexthandler2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/contexthandler2.cxx')
-rw-r--r--oox/source/core/contexthandler2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/contexthandler2.cxx b/oox/source/core/contexthandler2.cxx
index 4caf0f9364d8..baffe4ba2b76 100644
--- a/oox/source/core/contexthandler2.cxx
+++ b/oox/source/core/contexthandler2.cxx
@@ -37,7 +37,7 @@ struct ElementInfo
sal_Int32 mnElement; /// The element identifier.
bool mbTrimSpaces; /// True = trims leading/trailing spaces from text data.
- inline explicit ElementInfo() : maChars( 0), mnElement( XML_TOKEN_INVALID ), mbTrimSpaces( false ) {}
+ explicit ElementInfo() : maChars( 0), mnElement( XML_TOKEN_INVALID ), mbTrimSpaces( false ) {}
};
ContextHandler2Helper::ContextHandler2Helper( bool bEnableTrimSpace ) :