summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 16:26:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 17:26:09 +0100
commit6ef2df7b9b415eef034c6e5c42e8ac63d1e0a0bd (patch)
tree3e2d0f3bb1a2eeaf532849b8eb82d24e3876a1a0 /include
parentf31964b0282c95d8762a77df158ce71ca3fbfd80 (diff)
Remove remaining DBG_NAME* uses
...that had been used for DBG_CTOR, DBG_PROF, etc. Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/viewfrm.hxx2
-rw-r--r--include/svl/cenumitm.hxx3
-rw-r--r--include/svl/itempool.hxx2
-rw-r--r--include/svl/macitem.hxx6
-rw-r--r--include/svx/galleryitem.hxx2
5 files changed, 0 insertions, 15 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 9c678f401ac8..289d11b073f2 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -62,8 +62,6 @@ namespace svtools
SV_DECL_REF(SfxObjectShell)
#endif
-
-DBG_NAMEEX(SfxViewFrame)
class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener
{
struct SfxViewFrame_Impl* pImp;
diff --git a/include/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index 6d41420b295a..9c224914ae50 100644
--- a/include/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
@@ -24,9 +24,6 @@
#include <tools/debug.hxx>
#include <svl/poolitem.hxx>
-
-DBG_NAMEEX(SfxEnumItemInterface)
-
class SVL_DLLPUBLIC SfxEnumItemInterface: public SfxPoolItem
{
protected:
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 9a44d5a88c4e..0f7e08da3d8e 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -33,8 +33,6 @@ struct SfxItemPool_Impl;
#define SFX_WHICH_MAX 4999
-DBG_NAMEEX(SfxItemPool)
-
#define SFX_ITEM_POOLABLE 0x0001
#define SFX_ITEM_NOT_POOLABLE 0x0002
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx
index 9b3d7eef812e..c0a4dda44e2f 100644
--- a/include/svl/macitem.hxx
+++ b/include/svl/macitem.hxx
@@ -34,12 +34,6 @@ class SvStream;
#define SVX_MACRO_LANGUAGE_STARBASIC "StarBasic"
#define SVX_MACRO_LANGUAGE_SF "Script"
-DBG_NAMEEX(SvxMacroItem)
-
-
-
-//Ein Macro
-
enum ScriptType
{
STARBASIC,
diff --git a/include/svx/galleryitem.hxx b/include/svx/galleryitem.hxx
index 684b5dd26f56..1a252b18b693 100644
--- a/include/svx/galleryitem.hxx
+++ b/include/svx/galleryitem.hxx
@@ -36,8 +36,6 @@
#define SVXGALLERYITEM_PARAMS 5
#define SVXGALLERYITEM_ARGNAME "GalleryItem"
-DBG_NAMEEX_VISIBILITY( SvxGalleryItem, SVX_DLLPUBLIC )
-
class SVX_DLLPUBLIC SvxGalleryItem : public SfxPoolItem
{
sal_Int8 m_nType;