diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:06:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:55 +0100 |
commit | 210b9a6c271e4086e012afeb7301419d58ac6768 (patch) | |
tree | d8b69faedef1eb641865dfc7f94dc2736c4babe9 /include/avmedia | |
parent | 23505ff918868778857382a3e832ca3ef5d47f3e (diff) |
loplugin:deletedspecial
Change-Id: I76cc14b7de4ad2aeda9145a0dd01a6bdfafca0a6
Diffstat (limited to 'include/avmedia')
-rw-r--r-- | include/avmedia/mediawindow.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index 71cf1fafa147..b17ffe4afbc8 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -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; |