summaryrefslogtreecommitdiff
path: root/include/svtools/javainteractionhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/javainteractionhandler.hxx')
-rw-r--r--include/svtools/javainteractionhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx
index 7b0d00defe40..4346d8fdf222 100644
--- a/include/svtools/javainteractionhandler.hxx
+++ b/include/svtools/javainteractionhandler.hxx
@@ -57,8 +57,8 @@ public:
private:
oslInterlockedCount m_aRefCount;
- JavaInteractionHandler(JavaInteractionHandler const&) SAL_DELETED_FUNCTION;
- JavaInteractionHandler& operator = (JavaInteractionHandler const &) SAL_DELETED_FUNCTION;
+ JavaInteractionHandler(JavaInteractionHandler const&) = delete;
+ JavaInteractionHandler& operator = (JavaInteractionHandler const &) = delete;
SVT_DLLPRIVATE virtual ~JavaInteractionHandler();
bool m_bShowErrorsOnce;
bool m_bJavaDisabled_Handled;