diff options
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 8efb30b9363f..3a02b1d9483a 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -168,9 +168,8 @@ private: friend void intrusive_ptr_add_ref(ImplFontCharMap* pImplFontCharMap); friend void intrusive_ptr_release(ImplFontCharMap* pImplFontCharMap); - // prevent assignment and copy construction - explicit ImplFontCharMap( const ImplFontCharMap& ); - void operator=( const ImplFontCharMap& ); + ImplFontCharMap( const ImplFontCharMap& ) SAL_DELETED_FUNCTION; + void operator=( const ImplFontCharMap& ) SAL_DELETED_FUNCTION; static ImplFontCharMapPtr getDefaultMap( bool bSymbols=false); bool isDefaultMap() const; |