summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
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/options/cfgchart.cxx
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/options/cfgchart.cxx')
-rw-r--r--cui/source/options/cfgchart.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index 3e5c2aab9547..f9dfae27000f 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -26,14 +26,9 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
#include <com/sun/star/uno/Sequence.hxx>
-// header for SvStream
-#include <tools/stream.hxx>
-// header for SAL_STATIC_CAST
-#include <sal/types.h>
+#include <tools/stream.hxx> // header for SvStream
+#include <sal/types.h> // header for SAL_STATIC_CAST
#include "cfgchart.hxx"
#include <dialmgr.hxx>
#include <cuires.hrc>