summaryrefslogtreecommitdiff
path: root/include/svl/eitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/eitem.hxx')
-rw-r--r--include/svl/eitem.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx
index 93c122b10888..49b932985c2d 100644
--- a/include/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
@@ -82,14 +82,6 @@ public:
}
};
-// We need to have this one instantiated only once to prevent LNK2005 "already defined" on 32-bit MSVC.
-// But then we run into the problem that "extern" and SVL_DLLPUBLIC are mutually exclusive on templates for MSVC.
-#ifdef _WIN32
-extern template class SfxEnumItem<sal_uInt16>;
-#else
-extern template class SVL_DLLPUBLIC SfxEnumItem<sal_uInt16>;
-#endif
-
class SVL_DLLPUBLIC SfxBoolItem
: public SfxPoolItem
{