Clean up function declarations
Change-Id: I54f8a16cd64375d1398b6582175b0941ba68696e
This commit is contained in:
@@ -66,10 +66,6 @@ namespace cppcanvas
|
|||||||
virtual sal_Int32 getActionCount() const SAL_OVERRIDE;
|
virtual sal_Int32 getActionCount() const SAL_OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// default: disabled copy/assignment
|
|
||||||
PointAction(const PointAction&);
|
|
||||||
PointAction& operator = ( const PointAction& );
|
|
||||||
|
|
||||||
::basegfx::B2DPoint maPoint;
|
::basegfx::B2DPoint maPoint;
|
||||||
CanvasSharedPtr mpCanvas;
|
CanvasSharedPtr mpCanvas;
|
||||||
::com::sun::star::rendering::RenderState maState;
|
::com::sun::star::rendering::RenderState maState;
|
||||||
|
Reference in New Issue
Block a user