diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-14 21:50:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-15 08:31:55 +0200 |
commit | 0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46 (patch) | |
tree | fdb1e9cabf0f3490c9a6c00c21ee9b2b4d1c9924 /sfx2/source | |
parent | 1c9de0488f11d6f9dc1cd08044ccbfc3e27a63ff (diff) |
Bin silly 'STATIC DATA' comments
Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/minfitem.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/control/sorgitm.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/dinfdlg.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/tplcitem.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/tplpitem.cxx | 4 |
5 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx index 0c472e8f7953..a6f5e438d84e 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 8a202314decc..bfc2cc6a5020 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 bc3fa4bb51a3..0cb152f50b3a 100644 --- a/sfx2/source/dialog/dinfdlg.cxx +++ b/sfx2/source/dialog/dinfdlg.cxx @@ -103,8 +103,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 b8ca54f7c5f6..c47850da2242 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; } |