summaryrefslogtreecommitdiffstats
path: root/include/vcl/canvastools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/canvastools.hxx')
-rw-r--r--include/vcl/canvastools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/canvastools.hxx b/include/vcl/canvastools.hxx
index 7172bd5b4149..49afcaf31414 100644
--- a/include/vcl/canvastools.hxx
+++ b/include/vcl/canvastools.hxx
@@ -73,7 +73,7 @@ namespace vcl
namespace unotools
{
// Bitmap conversions
- // ===================================================================
+
/** Create an XBitmap from VCL BitmapEx
*/
@@ -88,7 +88,7 @@ namespace vcl
::com::sun::star::rendering::XIntegerReadOnlyBitmap >& xInputBitmap );
// Color conversions (vcl/tools Color <-> canvas standard color space)
- // ===================================================================
+
/** Create a device-specific color sequence from VCL/Tools color
@@ -149,7 +149,7 @@ namespace vcl
::com::sun::star::rendering::XColorSpace> VCL_DLLPUBLIC createStandardColorSpace();
// Geometry conversions (vcl/tools <-> x)
- // ===================================================================
+
// geometry::Real
::com::sun::star::geometry::RealSize2D VCL_DLLPUBLIC size2DFromSize( const Size& );