summaryrefslogtreecommitdiff
path: root/binaryurp/source/writerstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writerstate.hxx')
-rw-r--r--binaryurp/source/writerstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/writerstate.hxx b/binaryurp/source/writerstate.hxx
index 7ae457c46c8e..94207959a5a8 100644
--- a/binaryurp/source/writerstate.hxx
+++ b/binaryurp/source/writerstate.hxx
@@ -32,8 +32,8 @@ namespace binaryurp {
struct WriterState {
private:
- WriterState(const WriterState&) SAL_DELETED_FUNCTION;
- WriterState& operator=(const WriterState&) SAL_DELETED_FUNCTION;
+ WriterState(const WriterState&) = delete;
+ WriterState& operator=(const WriterState&) = delete;
public:
WriterState():
typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {}