summaryrefslogtreecommitdiff
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-22 09:37:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-22 10:00:53 +0100
commit95c04e218782cb198f7851a1d9536058f98cff2a (patch)
treef4b1b5475ab7e1af6c921070d79a55f8f47a0811 /include/svx/contdlg.hxx
parentdd7778a76915685d9b334e1f0718f556f6309687 (diff)
SfxControllerItems shouldn't be SAL_WARN_UNUSED
unwind some removals and some other cleanup Change-Id: I81a734ed07a05a5922c31003928c493c2df1652f
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r--include/svx/contdlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx
index 94820eb2c442..57080eb7da0f 100644
--- a/include/svx/contdlg.hxx
+++ b/include/svx/contdlg.hxx
@@ -41,9 +41,6 @@ public:
SFX_DECL_CHILDWINDOW_WITHID( SvxContourDlgChildWindow );
};
-#ifndef _REDUCED_ContourDlg_HXX_
-#define _REDUCED INCLUDED_SVX_CONTDLG_HXX
-
class SvxSuperContourDlg;
class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxContourDlg : public SfxFloatingWindow
@@ -78,7 +75,6 @@ public:
const sal_uIntPtr nFlags = 0L );
};
-#endif // _REDUCED INCLUDED_SVX_CONTDLG_HXX
#endif // INCLUDED_SVX_CONTDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */