summaryrefslogtreecommitdiffstats
path: root/include/svl/int64item.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/int64item.hxx')
-rw-r--r--include/svl/int64item.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx
index 4245ab13d52a..46a3325a2d4b 100644
--- a/include/svl/int64item.hxx
+++ b/include/svl/int64item.hxx
@@ -18,7 +18,7 @@ class SVL_DLLPUBLIC SfxInt64Item : public SfxPoolItem
sal_Int64 mnValue;
public:
- SfxInt64Item( sal_uInt16 nWhich = 0, sal_Int64 nVal = 0 );
+ SfxInt64Item( sal_uInt16 nWhich, sal_Int64 nVal );
SfxInt64Item( sal_uInt16 nWhich, SvStream & rStream );
SfxInt64Item( const SfxInt64Item& rItem );