summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/namebuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/namebuff.hxx')
-rw-r--r--sc/source/filter/inc/namebuff.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx
index 8f2b171d74fa..83fe5b21ba2c 100644
--- a/sc/source/filter/inc/namebuff.hxx
+++ b/sc/source/filter/inc/namebuff.hxx
@@ -169,7 +169,7 @@ struct ExtName
sal_uInt32 nStorageId;
sal_uInt16 nFlags;
- inline ExtName( sal_uInt16 n ) : nStorageId( 0 ), nFlags( n ) {}
+ ExtName( sal_uInt16 n ) : nStorageId( 0 ), nFlags( n ) {}
bool IsOLE() const;
};