summaryrefslogtreecommitdiff
path: root/editeng/source/items/textitem.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-14 21:50:13 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-15 08:31:55 +0200
commit0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46 (patch)
treefdb1e9cabf0f3490c9a6c00c21ee9b2b4d1c9924 /editeng/source/items/textitem.cxx
parent1c9de0488f11d6f9dc1cd08044ccbfc3e27a63ff (diff)
Bin silly 'STATIC DATA' comments
Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
Diffstat (limited to 'editeng/source/items/textitem.cxx')
-rw-r--r--editeng/source/items/textitem.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx
index 1ab854c4a474..d4417b869cdc 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -102,9 +102,6 @@ using namespace ::com::sun::star::text;
bool SvxFontItem::bEnableStoreUnicodeNames = false;
-// STATIC DATA -----------------------------------------------------------
-
-
SfxPoolItem* SvxFontItem::CreateDefault() {return new SvxFontItem(0);}
SfxPoolItem* SvxPostureItem::CreateDefault() { return new SvxPostureItem(ITALIC_NONE, 0);}
SfxPoolItem* SvxWeightItem::CreateDefault() {return new SvxWeightItem(WEIGHT_NORMAL, 0);}