Kaydet (Commit) 210b9a6c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I76cc14b7de4ad2aeda9145a0dd01a6bdfafca0a6
üst 23505ff9
......@@ -111,10 +111,8 @@ namespace avmedia
static BitmapEx getEmptyLogo();
private:
// default: disabled copy/assignment
AVMEDIA_DLLPRIVATE MediaWindow(const MediaWindow&);
AVMEDIA_DLLPRIVATE MediaWindow& operator =( const MediaWindow& );
MediaWindow(const MediaWindow&) SAL_DELETED_FUNCTION;
MediaWindow& operator =( const MediaWindow& ) SAL_DELETED_FUNCTION;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxIFace;
std::unique_ptr<priv::MediaWindowImpl> mpImpl;
......
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