summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/biffhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/biffhelper.cxx')
-rw-r--r--sc/source/filter/oox/biffhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/biffhelper.cxx b/sc/source/filter/oox/biffhelper.cxx
index e253ca0e9329..f25b3ebfb702 100644
--- a/sc/source/filter/oox/biffhelper.cxx
+++ b/sc/source/filter/oox/biffhelper.cxx
@@ -40,8 +40,8 @@ union DecodedDouble
double mfValue;
sal_math_Double maStruct;
- inline explicit DecodedDouble() {}
- inline explicit DecodedDouble( double fValue ) : mfValue( fValue ) {}
+ explicit DecodedDouble() {}
+ explicit DecodedDouble( double fValue ) : mfValue( fValue ) {}
};
} // namespace