diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:27:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:01 +0100 |
commit | bdf2fcd5afb4a4fb1fe0683cf07a8beec78dcc04 (patch) | |
tree | 43dcaaa4325b8a76d2099f1dd74a2ea232ad2a67 /sc/inc/patattr.hxx | |
parent | cfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff) |
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 90516ccf0c37..dfba0e23629e 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -140,9 +140,8 @@ class ScFontToSubsFontConverter_AutoPtr DestroyFontToSubsFontConverter( h ); } - /// prevent usage - ScFontToSubsFontConverter_AutoPtr( const ScFontToSubsFontConverter_AutoPtr& ); - ScFontToSubsFontConverter_AutoPtr& operator=( const ScFontToSubsFontConverter_AutoPtr& ); + ScFontToSubsFontConverter_AutoPtr( const ScFontToSubsFontConverter_AutoPtr& ) SAL_DELETED_FUNCTION; + ScFontToSubsFontConverter_AutoPtr& operator=( const ScFontToSubsFontConverter_AutoPtr& ) SAL_DELETED_FUNCTION; public: ScFontToSubsFontConverter_AutoPtr() |