summaryrefslogtreecommitdiff
path: root/include/cppu/unotype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/unotype.hxx')
-rw-r--r--include/cppu/unotype.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 0706502b5449..8870cd508c7c 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -268,9 +268,9 @@ public:
}
private:
- UnoType(UnoType &); // not defined
- ~UnoType(); // not defined
- void operator =(UnoType &); // not defined
+ UnoType(UnoType &) SAL_DELETED_FUNCTION;
+ ~UnoType() SAL_DELETED_FUNCTION;
+ void operator =(UnoType &) SAL_DELETED_FUNCTION;
};
/**