summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-12 15:02:35 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-12 15:02:35 -0800
commite66aaababcd2bb4b660f798a06d518e394c1c855 (patch)
treed78e7e7b53e5ac9f710982fd637de9d1298461af /cui/source/customize
parent84316d226d0765f9cb5591e2ab52881a6d852b80 (diff)
Remove precompiled header support.
The precompiled header has already been disabled via #if 0. I just deleted the precompile header code and removed the include from all the files. A make clean works fine on CUI.
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/acccfg.cxx3
-rw-r--r--cui/source/customize/cfg.cxx3
-rw-r--r--cui/source/customize/cfgutil.cxx3
-rw-r--r--cui/source/customize/eventdlg.cxx3
-rw-r--r--cui/source/customize/macropg.cxx2
-rw-r--r--cui/source/customize/selector.cxx2
6 files changed, 0 insertions, 16 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index b2a58dd84b90..13d5bff7e580 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
//-----------------------------------------------
// include own files
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 1324be597793..99cb2445acc7 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
#include <stdlib.h>
#include <time.h>
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx
index 86eed6d9ce8b..c971e26d6aed 100644
--- a/cui/source/customize/cfgutil.cxx
+++ b/cui/source/customize/cfgutil.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
#include "cfgutil.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index 85c2d44a6a64..02383fc0b3bf 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
// include ***************************************************************
#include <svtools/svmedit.hxx>
#include <tools/diagnose_ex.h>
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index 4498c5ea4ccb..3f26f09d9761 100644
--- a/cui/source/customize/macropg.cxx
+++ b/cui/source/customize/macropg.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
#include <basic/basmgr.hxx>
#include "macropg.hxx"
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx
index 28a3d42cb35e..09bb03b22d22 100644
--- a/cui/source/customize/selector.cxx
+++ b/cui/source/customize/selector.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
#include <vcl/help.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/metric.hxx>