summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r--vcl/inc/generic/glyphcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 37568c735804..198da6ee76e0 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -306,8 +306,8 @@ private:
ServerFont& mrServerFont;
com::sun::star::uno::Reference<com::sun::star::i18n::XBreakIterator> mxBreak;
- ServerFontLayout( const ServerFontLayout& ) SAL_DELETED_FUNCTION;
- ServerFontLayout& operator=( const ServerFontLayout& ) SAL_DELETED_FUNCTION;
+ ServerFontLayout( const ServerFontLayout& ) = delete;
+ ServerFontLayout& operator=( const ServerFontLayout& ) = delete;
};