summaryrefslogtreecommitdiff
path: root/basebmp/source/debug.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-06-04 20:24:06 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-06-04 20:39:55 +0200
commit4dac6fe35573cfd59eb35e4323de1c16085d6a73 (patch)
treecd6167858bac1eca6ce8de7081b68b48b810303e /basebmp/source/debug.cxx
parent31b35ed6bb7fe77f3f276b00fefce112a620b6ac (diff)
Add test for basebmp memory clobber.
Cloned bitmap devices may share the same chunk of memory, thus risking overwriting our own data when we copy stuff around. Now caught from unit tests. Change-Id: I33b1a0b5d17550cbc6eced8bae01ae5ab9ebce9d
Diffstat (limited to 'basebmp/source/debug.cxx')
-rw-r--r--basebmp/source/debug.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/source/debug.cxx b/basebmp/source/debug.cxx
index 4fe26f84af9a..765005811b48 100644
--- a/basebmp/source/debug.cxx
+++ b/basebmp/source/debug.cxx
@@ -81,7 +81,7 @@ namespace basebmp
#if OSL_DEBUG_LEVEL > 2
- SAL_DLLPUBLIC_EXPORT void debugDump( const BitmapDeviceSharedPtr& rDevice,
+ void debugDump( const BitmapDeviceSharedPtr& rDevice,
std::ostream& rOutputStream )
{
const basegfx::B2IVector aSize( rDevice->getSize() );