summaryrefslogtreecommitdiff
path: root/include/vcl/svgdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svgdata.hxx')
-rw-r--r--include/vcl/svgdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/svgdata.hxx b/include/vcl/svgdata.hxx
index a76e041538cd..d4173f9182d1 100644
--- a/include/vcl/svgdata.hxx
+++ b/include/vcl/svgdata.hxx
@@ -28,13 +28,13 @@
#include <vcl/bitmapex.hxx>
#include <rtl/ustring.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
typedef boost::shared_array< sal_uInt8 > SvgDataArray;
typedef ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XPrimitive2D > Primitive2DReference;
typedef ::com::sun::star::uno::Sequence< Primitive2DReference > Primitive2DSequence;
-//////////////////////////////////////////////////////////////////////////////
+
// helper to convert any Primitive2DSequence to a good quality BitmapEx,
// using default parameters and graphic::XPrimitive2DRenderer
@@ -43,7 +43,7 @@ BitmapEx VCL_DLLPUBLIC convertPrimitive2DSequenceToBitmapEx(
const basegfx::B2DRange& rTargetRange,
const sal_uInt32 nMaximumQuadraticPixels = 500000);
-//////////////////////////////////////////////////////////////////////////////
+
class VCL_DLLPUBLIC SvgData : private boost::noncopyable
{