diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-09-01 15:44:06 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-09-01 15:46:11 +0200 |
commit | e21822008dff0c618e8947d7343bc70d51d47ec3 (patch) | |
tree | d53b8d7316af554773ca2a2110c6018e696b29a2 /basebmp | |
parent | d3e60204f430fd76d7b5f3e53f0bdc23f981af85 (diff) |
export debugDump used for debugging
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/source/debug.cxx | 2 |
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() ); |