diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-30 09:36:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-30 14:10:06 +0000 |
commit | df46204c5cd3b3209709b537348b4532cc6c9bc4 (patch) | |
tree | c9b23dc0c25e3b5a667b590dff583ae0ccf9c508 /svtools | |
parent | 7369ac227531330b96981359c6e346da1c0e1bd1 (diff) |
shake out unused option instances
Change-Id: I2a7ac1ed79455f28f2ba2043b9183a77c63e68ab
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/menuoptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/menuoptions.hxx b/svtools/inc/svtools/menuoptions.hxx index 387e74e32e36..fa99dbf8c760 100644 --- a/svtools/inc/svtools/menuoptions.hxx +++ b/svtools/inc/svtools/menuoptions.hxx @@ -44,7 +44,7 @@ class SvtMenuOptions_Impl; @devstatus ready to use *//*-*************************************************************************************************************/ -class SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options +class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options { public: |