diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 16:26:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 17:26:09 +0100 |
commit | 6ef2df7b9b415eef034c6e5c42e8ac63d1e0a0bd (patch) | |
tree | 3e2d0f3bb1a2eeaf532849b8eb82d24e3876a1a0 /tools/source | |
parent | f31964b0282c95d8762a77df158ce71ca3fbfd80 (diff) |
Remove remaining DBG_NAME* uses
...that had been used for DBG_CTOR, DBG_PROF, etc.
Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/poly2.cxx | 2 | ||||
-rw-r--r-- | tools/source/stream/stream.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx index 24a5f8522686..3804cdb29114 100644 --- a/tools/source/generic/poly2.cxx +++ b/tools/source/generic/poly2.cxx @@ -33,8 +33,6 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygoncutter.hxx> -DBG_NAME( PolyPolygon ) - ImplPolyPolygon::ImplPolyPolygon( sal_uInt16 nInitSize ) { mnRefCount = 1; diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 1c8ac210e914..71a06de0050c 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -43,8 +43,6 @@ c |= nSwapTmp; #include <osl/thread.h> #include <algorithm> -DBG_NAME( Stream ) - // !!! Do not inline if already the operators <<,>> are inline inline static void SwapUShort( sal_uInt16& r ) { r = OSL_SWAPWORD(r); } |