summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
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 /sfx2/source/appl
parentf31964b0282c95d8762a77df158ce71ca3fbfd80 (diff)
Remove remaining DBG_NAME* uses
...that had been used for DBG_CTOR, DBG_PROF, etc. Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/appmain.cxx8
-rw-r--r--sfx2/source/appl/childwin.cxx2
-rw-r--r--sfx2/source/appl/workwin.cxx2
3 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index e1ee67783280..209b119ae6a9 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -43,14 +43,6 @@
#include <sfx2/docfile.hxx>
#include "workwin.hxx"
-DBG_NAME(SfxAppMainNewMenu)
-DBG_NAME(SfxAppMainBmkMenu)
-DBG_NAME(SfxAppMainWizMenu)
-DBG_NAME(SfxAppMainOLEReg)
-DBG_NAME(SfxAppMainCHAOSReg)
-
-
-
TYPEINIT2(SfxApplication,SfxShell,SfxBroadcaster);
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index 88907de58580..b6f5c012a880 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -41,8 +41,6 @@
static const sal_uInt16 nVersion = 2;
-DBG_NAME(SfxChildWindow)
-
struct SfxChildWindow_Impl
{
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame;
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index d9ebe588ab73..8eec8bcb9e20 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -142,8 +142,6 @@ static const ResIdToResName pToolBarResToName[] =
{ 0, "" }
};
-DBG_NAME(SfxWorkWindow)
-
//SV_IMPL_OBJARR( SfxObjectBarArr_Impl, SfxObjectBar_Impl );