summaryrefslogtreecommitdiff
path: root/include/svtools/ctrltool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ctrltool.hxx')
-rw-r--r--include/svtools/ctrltool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index 9d5c50119cce..6bec2bd8e25e 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -195,8 +195,8 @@ public:
static const sal_IntPtr* GetStdSizeAry() { return aStdSizeAry; }
private:
- FontList( const FontList& ) SAL_DELETED_FUNCTION;
- FontList& operator =( const FontList& ) SAL_DELETED_FUNCTION;
+ FontList( const FontList& ) = delete;
+ FontList& operator =( const FontList& ) = delete;
};
class SVT_DLLPUBLIC FontSizeNames