diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:15:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:59 +0100 |
commit | 98eef2182dc5ed70709c714e7466774f254606ef (patch) | |
tree | 805fd6921898b3698c9658a8c02fc9b2467440e7 /include/framework | |
parent | c1894cedc5167e88507b1ea498c89817b7d0cb50 (diff) |
loplugin:deletedspecial
Change-Id: I8de9f20ba2d19631da111f11cfe85225039e30f6
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/menuconfiguration.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx index feeed6353046..2672ae8dbc8f 100644 --- a/include/framework/menuconfiguration.hxx +++ b/include/framework/menuconfiguration.hxx @@ -76,7 +76,7 @@ private: { } - MenuAttributes(const MenuAttributes&); //not-implemented + MenuAttributes(const MenuAttributes&) SAL_DELETED_FUNCTION; public: OUString aTargetFrame; |