diff options
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r-- | sc/inc/attrib.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index 83235acd0e6f..5897942d1650 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -260,7 +260,7 @@ public: // page format item: contents of header and footer -class SC_DLLPUBLIC ScViewObjectModeItem: public SfxEnumItem +class SC_DLLPUBLIC ScViewObjectModeItem: public SfxEnumItem<ScVObjMode> { public: static SfxPoolItem* CreateDefault(); |