summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDetectiveContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.hxx b/sc/source/filter/xml/XMLDetectiveContext.hxx
index 22ddc9bafc71..a90f6975ed1f 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.hxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.hxx
@@ -62,10 +62,10 @@ private:
ScMyImpDetectiveOpList aDetectiveOpList;
public:
- inline ScMyImpDetectiveOpArray() :
+ ScMyImpDetectiveOpArray() :
aDetectiveOpList() {}
- inline void AddDetectiveOp( const ScMyImpDetectiveOp& rDetOp )
+ void AddDetectiveOp( const ScMyImpDetectiveOp& rDetOp )
{ aDetectiveOpList.push_back( rDetOp ); }
void Sort();