summaryrefslogtreecommitdiff
path: root/include/svtools/javacontext.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitf862290c91e66b859504e6c271309f73fa762a0d (patch)
tree5a64716146280ee2a58562d7cc33999fc6ada363 /include/svtools/javacontext.hxx
parentcf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff)
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/javacontext.hxx')
-rw-r--r--include/svtools/javacontext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/javacontext.hxx b/include/svtools/javacontext.hxx
index 08e4f75f4304..20e65873cb54 100644
--- a/include/svtools/javacontext.hxx
+++ b/include/svtools/javacontext.hxx
@@ -63,9 +63,8 @@ namespace svt
throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- SVT_DLLPRIVATE JavaContext(); //not implemented
- SVT_DLLPRIVATE JavaContext(JavaContext&); //not implemented
- SVT_DLLPRIVATE JavaContext& operator = (JavaContext&); //not implemented
+ JavaContext(JavaContext&) SAL_DELETED_FUNCTION;
+ JavaContext& operator = (JavaContext&) SAL_DELETED_FUNCTION;
oslInterlockedCount m_aRefCount;