summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:09:48 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:09:48 -0600
commit0c4aa66913e8a806c5bc7707b6f7cfd229f21d33 (patch)
tree64abb6de5e4c8537c5d266c587bd4e015286dfd8 /forms/source/misc
parent1efeb447ece69dff29b2902cde377382b26947fc (diff)
remove include of pch header from forms
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx2
-rw-r--r--forms/source/misc/componenttools.cxx2
-rw-r--r--forms/source/misc/frm_module.cxx2
-rw-r--r--forms/source/misc/frm_strings.cxx2
-rw-r--r--forms/source/misc/ids.cxx2
-rw-r--r--forms/source/misc/limitedformats.cxx2
-rw-r--r--forms/source/misc/listenercontainers.cxx2
-rw-r--r--forms/source/misc/property.cxx2
-rw-r--r--forms/source/misc/services.cxx2
9 files changed, 0 insertions, 18 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 2f5c307419de..5015e8f620a0 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "frm_resource.hrc"
#include "frm_resource.hxx"
diff --git a/forms/source/misc/componenttools.cxx b/forms/source/misc/componenttools.cxx
index abd4c96f5482..c85624d0ccf0 100644
--- a/forms/source/misc/componenttools.cxx
+++ b/forms/source/misc/componenttools.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "componenttools.hxx"
/** === begin UNO includes === **/
diff --git a/forms/source/misc/frm_module.cxx b/forms/source/misc/frm_module.cxx
index e1f4fcaf8bc9..d4610f4b900c 100644
--- a/forms/source/misc/frm_module.cxx
+++ b/forms/source/misc/frm_module.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "frm_module.hxx"
#define FORMS_MODULE_IMPLEMENTATION_INCLUDE_CONTEXT
diff --git a/forms/source/misc/frm_strings.cxx b/forms/source/misc/frm_strings.cxx
index 62c4a1ee5b8d..0c3768582195 100644
--- a/forms/source/misc/frm_strings.cxx
+++ b/forms/source/misc/frm_strings.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#define FORMS_IMPLEMENT_STRINGS
#include "frm_strings.hxx"
diff --git a/forms/source/misc/ids.cxx b/forms/source/misc/ids.cxx
index c9b0265bd533..ee87b421651f 100644
--- a/forms/source/misc/ids.cxx
+++ b/forms/source/misc/ids.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "ids.hxx"
diff --git a/forms/source/misc/limitedformats.cxx b/forms/source/misc/limitedformats.cxx
index 6066f8f522ce..ade2c1a54253 100644
--- a/forms/source/misc/limitedformats.cxx
+++ b/forms/source/misc/limitedformats.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "limitedformats.hxx"
#include "services.hxx"
#include <osl/diagnose.h>
diff --git a/forms/source/misc/listenercontainers.cxx b/forms/source/misc/listenercontainers.cxx
index 7e78c875df3b..efd53a2e3d91 100644
--- a/forms/source/misc/listenercontainers.cxx
+++ b/forms/source/misc/listenercontainers.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "listenercontainers.hxx"
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index 5474c4d730dd..f1eedf6c352e 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "frm_strings.hxx"
#include "property.hxx"
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index 988d5efde488..9f1785fab7dd 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_forms.hxx"
#include "services.hxx"
#include "frm_module.hxx"
#include <cppuhelper/factory.hxx>