summaryrefslogtreecommitdiff
path: root/include/svl/metitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/metitem.hxx')
-rw-r--r--include/svl/metitem.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/metitem.hxx b/include/svl/metitem.hxx
index 30cf75b7f864..125ee7c3dc1d 100644
--- a/include/svl/metitem.hxx
+++ b/include/svl/metitem.hxx
@@ -25,7 +25,8 @@
class SVL_DLLPUBLIC SfxMetricItem: public SfxInt32Item
{
public:
- explicit SfxMetricItem( sal_uInt16 nWhich, sal_Int32 nValue );
+ explicit SfxMetricItem( sal_uInt16 nWhich, sal_Int32 nValue,
+ SfxItemType eItemType = SfxItemType::SfxMetricItemType );
virtual void ScaleMetrics( tools::Long lMult, tools::Long lDiv ) override;
virtual bool HasMetrics() const override;