summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:24:07 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:47 +0200
commite964e2c56b62eeef77b4287544dccab1c964070e (patch)
treeaa6c4d1b9d94be316b57103a6848679f61ca5559 /editeng
parent36654b1823b2f349602b308ef368cfd4e5f6f4f6 (diff)
remove unused code SvxNumberFormat::Create(SvStream&)
Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/numitem.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index e0255f930cd1..b2580e6b832a 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -306,11 +306,6 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC
return rStream;
}
-SvxNumberFormat* SvxNumberFormat::Create( SvStream &rStream )
-{
- return new SvxNumberFormat( rStream );
-}
-
SvxNumberFormat& SvxNumberFormat::operator=( const SvxNumberFormat& rFormat )
{
if (& rFormat == this) { return *this; }