diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:30:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:03 +0100 |
commit | f862290c91e66b859504e6c271309f73fa762a0d (patch) | |
tree | 5a64716146280ee2a58562d7cc33999fc6ada363 /include/svtools/javainteractionhandler.hxx | |
parent | cf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff) |
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/javainteractionhandler.hxx')
-rw-r--r-- | include/svtools/javainteractionhandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx index 2425cee6df96..7b0d00defe40 100644 --- a/include/svtools/javainteractionhandler.hxx +++ b/include/svtools/javainteractionhandler.hxx @@ -57,8 +57,8 @@ public: private: oslInterlockedCount m_aRefCount; - SVT_DLLPRIVATE JavaInteractionHandler(JavaInteractionHandler const&); //not implemented - SVT_DLLPRIVATE JavaInteractionHandler& operator = (JavaInteractionHandler const &); //not implemented + JavaInteractionHandler(JavaInteractionHandler const&) SAL_DELETED_FUNCTION; + JavaInteractionHandler& operator = (JavaInteractionHandler const &) SAL_DELETED_FUNCTION; SVT_DLLPRIVATE virtual ~JavaInteractionHandler(); bool m_bShowErrorsOnce; bool m_bJavaDisabled_Handled; |