summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-22 12:13:09 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-22 19:38:00 +0000
commit67b368c54ab2a7e2d29231e20d89ddfdc2f263f6 (patch)
treef2947fcb7d5baf64969f88a518c6de97f99afb65 /include/svx
parentb566f08a480d2af3c71dad9b33f0b69adafaf0f1 (diff)
imapdlg.hxx: cleanup
Change-Id: I27240d18099f73e6a327ad1c259ddc3f32a02ce6 Reviewed-on: https://gerrit.libreoffice.org/6387 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/imapdlg.hxx21
1 files changed, 3 insertions, 18 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 5c1fdfd90106..3c1c1cd0223a 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -17,32 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#ifndef _IMAPDLG_HXX_
-#define _IMAPDLG_HXX_
+#ifndef INCLUDED_SVX_IMAPDLG_HXX
+#define INCLUDED_SVX_IMAPDLG_HXX
#include <svtools/inettbc.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/ctrlitem.hxx>
#include <sfx2/basedlgs.hxx>
-
#include <vcl/fixed.hxx>
-
#include <vcl/combobox.hxx>
-
#include <vcl/edit.hxx>
-
#include <vcl/toolbox.hxx>
-
#include <vcl/status.hxx>
#include "svx/svxdllapi.h"
#include <vector>
-
-#ifndef _GOMISC_HXX
class ImageMap;
-#endif
-
/*************************************************************************
|*
@@ -66,9 +56,6 @@ class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow
};
-#ifndef _REDUCED_IMAPDLG_HXX_
-#define _REDUCED_IMAPDLG_HXX_
-
class SvxIMapDlg;
class SvxIMapDlgItem : public SfxControllerItem
@@ -173,8 +160,6 @@ public:
GetWindow() ) )
-#endif // _REDUCED_IMAPDLG_HXX_
-#endif // _IMAPDLG_HXX_
-
+#endif // INCLUDED_SVX_IMAPDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */