summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-09-01 15:44:06 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-09-01 15:46:11 +0200
commite21822008dff0c618e8947d7343bc70d51d47ec3 (patch)
treed53b8d7316af554773ca2a2110c6018e696b29a2 /basebmp
parentd3e60204f430fd76d7b5f3e53f0bdc23f981af85 (diff)
export debugDump used for debugging
Diffstat (limited to 'basebmp')
-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 4e7abb0d613b..54917150a4fe 100644
--- a/basebmp/source/debug.cxx
+++ b/basebmp/source/debug.cxx
@@ -80,7 +80,7 @@ namespace basebmp
}
}
- void debugDump( const BitmapDeviceSharedPtr& rDevice,
+ SAL_DLLPUBLIC_EXPORT void debugDump( const BitmapDeviceSharedPtr& rDevice,
std::ostream& rOutputStream )
{
const basegfx::B2IVector aSize( rDevice->getSize() );