diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 09:37:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-22 10:00:53 +0100 |
commit | 95c04e218782cb198f7851a1d9536058f98cff2a (patch) | |
tree | f4b1b5475ab7e1af6c921070d79a55f8f47a0811 /include/svx/fmpage.hxx | |
parent | dd7778a76915685d9b334e1f0718f556f6309687 (diff) |
SfxControllerItems shouldn't be SAL_WARN_UNUSED
unwind some removals and some other cleanup
Change-Id: I81a734ed07a05a5922c31003928c493c2df1652f
Diffstat (limited to 'include/svx/fmpage.hxx')
-rw-r--r-- | include/svx/fmpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx index ccadf5b3332f..74d3ec11d5c6 100644 --- a/include/svx/fmpage.hxx +++ b/include/svx/fmpage.hxx @@ -38,7 +38,7 @@ namespace com { namespace sun { namespace star { class SdrView; class HelpEvent; -class SVX_DLLPUBLIC SAL_WARN_UNUSED FmFormPage : public SdrPage +class SVX_DLLPUBLIC FmFormPage : public SdrPage { FmFormPage& operator=(const FmFormPage&) SAL_DELETED_FUNCTION; |