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/fmview.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/fmview.hxx')
-rw-r--r-- | include/svx/fmview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx index a633b0840b2e..76b88ab457c3 100644 --- a/include/svx/fmview.hxx +++ b/include/svx/fmview.hxx @@ -53,7 +53,7 @@ namespace com { namespace sun { namespace star { namespace form { } } } } } -class SVX_DLLPUBLIC SAL_WARN_UNUSED FmFormView : public E3dView +class SVX_DLLPUBLIC FmFormView : public E3dView { FmXFormView* pImpl; FmFormShell* pFormShell; |