summaryrefslogtreecommitdiffstats
path: root/stoc/source/uriproc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:02 +0100
commit2b731ea60b0e3f69c40d8660e91d615d0d75a9f4 (patch)
treeaa59439a19c827402219e8e7113fedd0a979daa0 /stoc/source/uriproc
parentloplugin:deletedspecial (diff)
downloadcore-2b731ea60b0e3f69c40d8660e91d615d0d75a9f4.tar.gz
core-2b731ea60b0e3f69c40d8660e91d615d0d75a9f4.zip
loplugin:deletedspecial
Change-Id: I8ec246416736bc0316c222d1b9435bd2747597b8
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r--stoc/source/uriproc/UriReference.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx
index 1bff45d5cffe..e3d8ffe0cc5f 100644
--- a/stoc/source/uriproc/UriReference.hxx
+++ b/stoc/source/uriproc/UriReference.hxx
@@ -88,8 +88,8 @@ public:
bool m_hasFragment;
private:
- UriReference(UriReference &); // not implemented
- void operator =(UriReference); // not implemented
+ UriReference(UriReference &) SAL_DELETED_FUNCTION;
+ void operator =(UriReference) SAL_DELETED_FUNCTION;
void appendSchemeSpecificPart(OUStringBuffer & buffer) const;
};