summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/excelvbaproject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/excelvbaproject.cxx')
-rw-r--r--sc/source/filter/oox/excelvbaproject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/excelvbaproject.cxx b/sc/source/filter/oox/excelvbaproject.cxx
index 05dcb5ba79ad..71475c1db2ad 100644
--- a/sc/source/filter/oox/excelvbaproject.cxx
+++ b/sc/source/filter/oox/excelvbaproject.cxx
@@ -56,7 +56,7 @@ struct SheetCodeNameInfo
PropertySet maSheetProps; /// Property set of the sheet without codename.
OUString maPrefix; /// Prefix for the codename to be generated.
- inline explicit SheetCodeNameInfo( PropertySet& rSheetProps, const OUString& rPrefix ) :
+ explicit SheetCodeNameInfo( PropertySet& rSheetProps, const OUString& rPrefix ) :
maSheetProps( rSheetProps ), maPrefix( rPrefix ) {}
};