summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-14 21:50:13 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:40 -0400
commit2dd0b9649ebb0b4b112d7a3463b963984d6d85a1 (patch)
tree3e2d141f85959ffc052ab7154c08c932a5b150b8 /sfx2/source
parenta6038e3d9dc5ecff787b2461364becd0c5c69d1b (diff)
Bin silly 'STATIC DATA' comments
(cherry picked from commit 0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46) Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/control/minfitem.cxx2
-rw-r--r--sfx2/source/control/sorgitm.cxx2
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
-rw-r--r--sfx2/source/dialog/tplcitem.cxx2
-rw-r--r--sfx2/source/dialog/tplpitem.cxx4
5 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx
index 093d1cfd35c2..e734694e5d57 100644
--- a/sfx2/source/control/minfitem.cxx
+++ b/sfx2/source/control/minfitem.cxx
@@ -19,8 +19,6 @@
#include <sfx2/minfitem.hxx>
-// STATIC DATA -----------------------------------------------------------
-
SfxPoolItem* SfxMacroInfoItem::CreateDefault() { DBG_ASSERT(false, "No SfxMacroInfItem factory available"); return nullptr; }
diff --git a/sfx2/source/control/sorgitm.cxx b/sfx2/source/control/sorgitm.cxx
index 32cba4a8f346..1d4395fc6d02 100644
--- a/sfx2/source/control/sorgitm.cxx
+++ b/sfx2/source/control/sorgitm.cxx
@@ -22,8 +22,6 @@
#include "sorgitm.hxx"
#include <osl/diagnose.h>
#include <typeinfo>
-// STATIC DATA -----------------------------------------------------------
-
SfxPoolItem* SfxScriptOrganizerItem::CreateDefault() { return new SfxScriptOrganizerItem; }
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 6268e08e5d32..c1040600d5a2 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -102,8 +102,6 @@ bool operator==(const util::DateTime &i_rLeft, const util::DateTime &i_rRight)
&& i_rLeft.IsUTC == i_rRight.IsUTC;
}
-// STATIC DATA -----------------------------------------------------------
-
SfxPoolItem* SfxDocumentInfoItem::CreateDefault() { return new SfxDocumentInfoItem; }
const sal_uInt16 HI_NAME = 1;
diff --git a/sfx2/source/dialog/tplcitem.cxx b/sfx2/source/dialog/tplcitem.cxx
index 19b194db40ae..714a2aaaa0d2 100644
--- a/sfx2/source/dialog/tplcitem.cxx
+++ b/sfx2/source/dialog/tplcitem.cxx
@@ -29,8 +29,6 @@
#include <sfx2/sfx.hrc>
#include "dialog.hrc"
-// STATIC DATA -----------------------------------------------------------
-
// Constructor
SfxTemplateControllerItem::SfxTemplateControllerItem(
diff --git a/sfx2/source/dialog/tplpitem.cxx b/sfx2/source/dialog/tplpitem.cxx
index 0a4ce96f0c6b..6df782b266d2 100644
--- a/sfx2/source/dialog/tplpitem.cxx
+++ b/sfx2/source/dialog/tplpitem.cxx
@@ -20,10 +20,6 @@
#include <sfx2/tplpitem.hxx>
#include <com/sun/star/frame/status/Template.hpp>
-
-// STATIC DATA -----------------------------------------------------------
-
-
SfxPoolItem* SfxTemplateItem::CreateDefault() { return new SfxTemplateItem; }