summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 16:58:18 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:08:01 +0200
commite2039c054c9674bd68652274bd64ee1a569b196b (patch)
treecef0dfa5398a4be322986ea6121bfb2b61bf3dc6 /forms
parentPorted calc-distributed-cell-text-*.diff from ooo-build. (diff)
downloadcore-e2039c054c9674bd68652274bd64ee1a569b196b.tar.gz
core-e2039c054c9674bd68652274bd64ee1a569b196b.zip
remove include guards using fixguard.py
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/CheckBox.cxx2
-rw-r--r--forms/source/component/Columns.cxx4
-rw-r--r--forms/source/component/EditBase.cxx4
-rw-r--r--forms/source/component/File.cxx2
-rw-r--r--forms/source/component/FixedText.cxx2
-rw-r--r--forms/source/component/GroupBox.cxx2
-rw-r--r--forms/source/component/Hidden.cxx2
-rw-r--r--forms/source/component/RadioButton.cxx2
-rw-r--r--forms/source/component/formcontrolfont.cxx2
-rw-r--r--forms/source/component/imgprod.cxx2
-rw-r--r--forms/source/misc/listenercontainers.cxx2
-rw-r--r--forms/source/misc/property.cxx2
-rw-r--r--forms/source/resource/frm_resource.cxx2
-rw-r--r--forms/source/richtext/parametrizedattributedispatcher.cxx2
-rw-r--r--forms/source/richtext/richtextcontrol.cxx2
-rw-r--r--forms/source/richtext/richtextimplcontrol.cxx2
-rw-r--r--forms/source/richtext/rtattributehandler.cxx2
-rw-r--r--forms/source/richtext/specialdispatchers.cxx2
-rw-r--r--forms/source/xforms/datatyperepository.cxx6
-rw-r--r--forms/source/xforms/datatypes.cxx2
20 files changed, 0 insertions, 48 deletions
diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx
index 3e2531f92f5c..a6175e6d3459 100644
--- a/forms/source/component/CheckBox.cxx
+++ b/forms/source/component/CheckBox.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "CheckBox.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx
index a93d121d4b99..bb52d514cac8 100644
--- a/forms/source/component/Columns.cxx
+++ b/forms/source/component/Columns.cxx
@@ -28,9 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_forms.hxx"
#include "Columns.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "property.hxx"
#include "componenttools.hxx"
#include "ids.hxx"
@@ -47,9 +45,7 @@
#include <comphelper/property.hxx>
#include <comphelper/basicio.hxx>
#include "services.hxx"
-#ifndef _FRM_RESOURCE_HRC_
#include "frm_resource.hrc"
-#endif
#include <tools/debug.hxx>
#include <rtl/uuid.h>
#include <rtl/memory.h>
diff --git a/forms/source/component/EditBase.cxx b/forms/source/component/EditBase.cxx
index b8dcbb336ebb..c3c6f69b4171 100644
--- a/forms/source/component/EditBase.cxx
+++ b/forms/source/component/EditBase.cxx
@@ -29,17 +29,13 @@
#include "precompiled_forms.hxx"
#include "EditBase.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
#include <cppuhelper/queryinterface.hxx>
#include "frm_resource.hxx"
-#ifndef _FRM_RESOURCE_HRC_
#include "frm_resource.hrc"
-#endif
//.........................................................................
namespace frm
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx
index d92386b26405..4667269bb00b 100644
--- a/forms/source/component/File.cxx
+++ b/forms/source/component/File.cxx
@@ -33,9 +33,7 @@
#include <com/sun/star/form/FormComponentType.hpp>
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/container.hxx>
diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx
index 9396e7aabb59..d6c2f42f5cfe 100644
--- a/forms/source/component/FixedText.cxx
+++ b/forms/source/component/FixedText.cxx
@@ -31,9 +31,7 @@
#include "FixedText.hxx"
#include "services.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "property.hxx"
#include <tools/debug.hxx>
diff --git a/forms/source/component/GroupBox.cxx b/forms/source/component/GroupBox.cxx
index adf055955f3a..c0d4bb716d09 100644
--- a/forms/source/component/GroupBox.cxx
+++ b/forms/source/component/GroupBox.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "GroupBox.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
diff --git a/forms/source/component/Hidden.cxx b/forms/source/component/Hidden.cxx
index 9c20de263d80..0c872580f06b 100644
--- a/forms/source/component/Hidden.cxx
+++ b/forms/source/component/Hidden.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "Hidden.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index e956e07d0b60..c9a36876dd94 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "RadioButton.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/extract.hxx>
diff --git a/forms/source/component/formcontrolfont.cxx b/forms/source/component/formcontrolfont.cxx
index 1029a7678536..09d228efd97a 100644
--- a/forms/source/component/formcontrolfont.cxx
+++ b/forms/source/component/formcontrolfont.cxx
@@ -28,9 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_forms.hxx"
#include "formcontrolfont.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "property.hxx"
#include <tools/debug.hxx>
#include <comphelper/property.hxx>
diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index 7e0293be334e..f7e880eba3d1 100644
--- a/forms/source/component/imgprod.cxx
+++ b/forms/source/component/imgprod.cxx
@@ -37,9 +37,7 @@
#include <svtools/filter.hxx>
#include <com/sun/star/io/XInputStream.hpp>
-#ifndef SVTOOLS_SOURCE_MISC_IMAGERESOURCEACCESS_HXX
#include "svtools/imageresourceaccess.hxx"
-#endif
#include <comphelper/processfactory.hxx>
// --------------------
diff --git a/forms/source/misc/listenercontainers.cxx b/forms/source/misc/listenercontainers.cxx
index 4c7e438d37d8..8819977b4e4c 100644
--- a/forms/source/misc/listenercontainers.cxx
+++ b/forms/source/misc/listenercontainers.cxx
@@ -28,9 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_forms.hxx"
-#ifndef FORMS_SOURCE_MISC_LISTENERCONTAINERS_HXX
#include "listenercontainers.hxx"
-#endif
/** === begin UNO includes === **/
/** === end UNO includes === **/
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index 04bc9c8c8911..e33bd9b32e78 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -30,9 +30,7 @@
#include "frm_strings.hxx"
#include "property.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include <cppuhelper/queryinterface.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx
index 67e9c5889326..610156664a3b 100644
--- a/forms/source/resource/frm_resource.cxx
+++ b/forms/source/resource/frm_resource.cxx
@@ -35,9 +35,7 @@
#include <vcl/svapp.hxx>
//---------------------------------------------------
-#ifndef _SOLAR_HRC
#include <svl/solar.hrc>
-#endif
//.........................................................................
namespace frm
diff --git a/forms/source/richtext/parametrizedattributedispatcher.cxx b/forms/source/richtext/parametrizedattributedispatcher.cxx
index 60791969c119..044ee317fb6e 100644
--- a/forms/source/richtext/parametrizedattributedispatcher.cxx
+++ b/forms/source/richtext/parametrizedattributedispatcher.cxx
@@ -32,9 +32,7 @@
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
-#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
-#endif
#include <sfx2/sfxuno.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx
index 0755510cdd48..58e20dbd1dcb 100644
--- a/forms/source/richtext/richtextcontrol.cxx
+++ b/forms/source/richtext/richtextcontrol.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "richtextcontrol.hxx"
#include "frm_module.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "services.hxx"
#include "richtextmodel.hxx"
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx
index 3a82822f6701..912ccca2a486 100644
--- a/forms/source/richtext/richtextimplcontrol.cxx
+++ b/forms/source/richtext/richtextimplcontrol.cxx
@@ -34,9 +34,7 @@
#include <editeng/editview.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editstat.hxx>
-#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
-#endif
#include <editeng/scripttypeitem.hxx>
#include <editeng/editobj.hxx>
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx
index c19fe516beb2..ecc25b90a8c8 100644
--- a/forms/source/richtext/rtattributehandler.cxx
+++ b/forms/source/richtext/rtattributehandler.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "rtattributehandler.hxx"
-#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
-#endif
#include <editeng/eeitem.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
diff --git a/forms/source/richtext/specialdispatchers.cxx b/forms/source/richtext/specialdispatchers.cxx
index 2540c9d797f2..e725d39bdf0a 100644
--- a/forms/source/richtext/specialdispatchers.cxx
+++ b/forms/source/richtext/specialdispatchers.cxx
@@ -30,9 +30,7 @@
#include "specialdispatchers.hxx"
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
-#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
-#endif
#define ITEMID_SCRIPTSPACE SID_ATTR_PARA_SCRIPTSPACE
#include <editeng/scriptspaceitem.hxx>
diff --git a/forms/source/xforms/datatyperepository.cxx b/forms/source/xforms/datatyperepository.cxx
index 8a9a4847af62..9f9453e60f00 100644
--- a/forms/source/xforms/datatyperepository.cxx
+++ b/forms/source/xforms/datatyperepository.cxx
@@ -28,18 +28,12 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_forms.hxx"
-#ifndef FORMS_SOURCE_XFORMS_DATATYPEREPOSITORY_HXX
#include "datatyperepository.hxx"
-#endif
#include "datatypes.hxx"
-#ifndef _FRM_RESOURCE_HRC_
#include "frm_resource.hrc"
-#endif
#include "frm_resource.hxx"
#include "frm_strings.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
/** === begin UNO includes === **/
/** === end UNO includes === **/
diff --git a/forms/source/xforms/datatypes.cxx b/forms/source/xforms/datatypes.cxx
index 212b5f721e67..689936d4751c 100644
--- a/forms/source/xforms/datatypes.cxx
+++ b/forms/source/xforms/datatypes.cxx
@@ -29,9 +29,7 @@
#include "precompiled_forms.hxx"
#include "datatypes.hxx"
#include "resourcehelper.hxx"
-#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
-#endif
#include "convert.hxx"
/** === begin UNO includes === **/