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