Kaydet (Commit) 1daa046c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I2e21490b975472952b7ffef3e6b865343f8aac7e
üst 16f52ab2
...@@ -80,8 +80,8 @@ namespace toolkit ...@@ -80,8 +80,8 @@ namespace toolkit
void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) SAL_OVERRIDE; void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) SAL_OVERRIDE;
private: private:
VCLXSpinButton( const VCLXSpinButton& ); // never implemented VCLXSpinButton( const VCLXSpinButton& ) SAL_DELETED_FUNCTION;
VCLXSpinButton& operator=( const VCLXSpinButton& ); // never implemented VCLXSpinButton& operator=( const VCLXSpinButton& ) SAL_DELETED_FUNCTION;
}; };
......
...@@ -244,7 +244,7 @@ protected: ...@@ -244,7 +244,7 @@ protected:
::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const SAL_OVERRIDE; ::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const SAL_OVERRIDE;
private: private:
GraphicControlModel& operator=( const GraphicControlModel& ); // never implemented GraphicControlModel& operator=( const GraphicControlModel& ) SAL_DELETED_FUNCTION;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment