Kaydet (Commit) 73271956 authored tarafından Matúš Kukan's avatar Matúš Kukan

put debugDump behind #if OSL_DEBUG_LEVEL > 2

basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx

Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
üst 5c3615c1
......@@ -26,6 +26,8 @@
*
************************************************************************/
#if OSL_DEBUG_LEVEL > 2
#include <osl/diagnose.h>
#include <basegfx/point/b2ipoint.hxx>
......@@ -106,4 +108,6 @@ namespace basebmp
}
}
#endif // OSL_DEBUG_LEVEL > 2
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -62,7 +62,6 @@
#include <basebmp/color.hxx>
#include <basebmp/scanlineformats.hxx>
#include <basebmp/bitmapdevice.hxx>
#include <basebmp/debug.hxx>
#include <rtl/bootstrap.hxx>
......
......@@ -300,7 +300,6 @@ _SwPamRanges_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(SwP
_SwRedlineTbl::Insert(SwRedline* const*, unsigned short)
_SwRedlineTbl::Insert(_SwRedlineTbl const*, unsigned short, unsigned short)
_SwRedlineTbl::Remove(SwRedline* const&, unsigned short)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
binfilter::B3dEdgeEntryBucketMemArr::Insert(binfilter::B3dEdgeEntryBucketMemArr const*, unsigned short, unsigned short, unsigned short)
binfilter::B3dEdgeEntryBucketMemArr::Replace(char const*&, unsigned short)
binfilter::B3dEdgeEntryBucketMemArr::Replace(char const**, unsigned short, unsigned short)
......
......@@ -34,10 +34,6 @@
#include <tools/debug.hxx>
#if OSL_DEBUG_LEVEL > 2
#include <basebmp/debug.hxx>
#endif
#include <outfont.hxx>
#include <impfont.hxx>
#include <rtl/instance.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment