summaryrefslogtreecommitdiff
path: root/svl/source/items/int64item.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/int64item.cxx')
-rw-r--r--svl/source/items/int64item.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx
index c7f46452c27a..06efd1fc9aca 100644
--- a/svl/source/items/int64item.cxx
+++ b/svl/source/items/int64item.cxx
@@ -50,10 +50,9 @@ bool SfxInt64Item::PutValue(
return false;
}
-SfxPoolItem* SfxInt64Item::Clone( SfxItemPool* /*pOther*/ ) const
+SfxInt64Item* SfxInt64Item::Clone( SfxItemPool* /*pOther*/ ) const
{
return new SfxInt64Item(*this);
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */