[Libreoffice-commits] core.git: include/svx

Thomas Arnhold thomas at arnhold.org
Tue Oct 22 12:38:22 PDT 2013


 include/svx/imapdlg.hxx |   21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

New commits:
commit 67b368c54ab2a7e2d29231e20d89ddfdc2f263f6
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Oct 22 12:13:09 2013 +0200

    imapdlg.hxx: cleanup
    
    Change-Id: I27240d18099f73e6a327ad1c259ddc3f32a02ce6
    Reviewed-on: https://gerrit.libreoffice.org/6387
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 5c1fdfd..3c1c1cd 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: */


More information about the Libreoffice-commits mailing list