summaryrefslogtreecommitdiff
path: root/include/rtl/uri.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:26:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:01 +0100
commit4a2f64620370587161b5437069c2f1d9f3d702d1 (patch)
tree5dac0ae9aaff806b9abe5c120d964abb4c360bed /include/rtl/uri.hxx
parent034f2e1a2ace6c05e0a9fde192f4929303754544 (diff)
loplugin:deletedspecial
Change-Id: I646d55ee80ceeefbb3647ec64278460cc5af579f
Diffstat (limited to 'include/rtl/uri.hxx')
-rw-r--r--include/rtl/uri.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/rtl/uri.hxx b/include/rtl/uri.hxx
index 1f52b3ad7248..84f9b012d152 100644
--- a/include/rtl/uri.hxx
+++ b/include/rtl/uri.hxx
@@ -65,17 +65,13 @@ public:
rtl::OUString const & rBaseUriRef, rtl::OUString const & rRelUriRef);
private:
- /** not implemented */
- Uri();
+ Uri() SAL_DELETED_FUNCTION;
- /** not implemented */
- Uri(Uri &);
+ Uri(Uri &) SAL_DELETED_FUNCTION;
- /** not implemented */
- ~Uri();
+ ~Uri() SAL_DELETED_FUNCTION;
- /** not implemented */
- void operator =(Uri);
+ void operator =(Uri) SAL_DELETED_FUNCTION;
};
inline rtl::OUString Uri::encode(rtl::OUString const & rText,