summaryrefslogtreecommitdiffstats
path: root/svl
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 /svl
parentgtktiledviewer: add a UNO command debugger (diff)
downloadcore-2dd0b9649ebb0b4b112d7a3463b963984d6d85a1.tar.gz
core-2dd0b9649ebb0b4b112d7a3463b963984d6d85a1.zip
Bin silly 'STATIC DATA' comments
(cherry picked from commit 0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46) Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/globalnameitem.cxx3
-rw-r--r--svl/source/items/itemset.cxx2
-rw-r--r--svl/source/items/srchitem.cxx3
3 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/items/globalnameitem.cxx b/svl/source/items/globalnameitem.cxx
index 783659a6159c..e0239a5e9aa8 100644
--- a/svl/source/items/globalnameitem.cxx
+++ b/svl/source/items/globalnameitem.cxx
@@ -29,9 +29,6 @@
#include <svl/globalnameitem.hxx>
-// STATIC DATA
-
-
SfxPoolItem* SfxGlobalNameItem::CreateDefault() { return new SfxGlobalNameItem; }
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 252aae5d2b30..92290172ebe3 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -35,8 +35,6 @@
#include <tools/solar.h>
#include <rtl/string.hxx>
-// STATIC DATA
-
static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0'
#include "nranges.cxx"
#include "poolio.hxx"
diff --git a/svl/source/items/srchitem.cxx b/svl/source/items/srchitem.cxx
index c35a551158bb..994aea1007e5 100644
--- a/svl/source/items/srchitem.cxx
+++ b/svl/source/items/srchitem.cxx
@@ -59,9 +59,6 @@ using namespace com::sun::star::util;
#define SRCH_PARA_CONTENT "Content"
#define SRCH_PARA_ASIANOPT "AsianOptions"
-// STATIC DATA
-
-
SfxPoolItem* SvxSearchItem::CreateDefault() { return new SvxSearchItem(0);}