summaryrefslogtreecommitdiff
path: root/cui/source/options/optjsearch.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
commit903ec9fa5a4b4034e751f39620ba0407e3c72c1e (patch)
tree855141391a039ad411a02d798ec295ef77d4d1e8 /cui/source/options/optjsearch.cxx
parentf6651c5ae34c9580ea167e31ae2f3f2f60ae7b6d (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/optjsearch.cxx')
-rw-r--r--cui/source/options/optjsearch.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/options/optjsearch.cxx b/cui/source/options/optjsearch.cxx
index abdae39ff..2d36ef34f 100644
--- a/cui/source/options/optjsearch.cxx
+++ b/cui/source/options/optjsearch.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cui.hxx"
-
#include <tools/shl.hxx>
#include <unotools/searchopt.hxx>
#include <com/sun/star/i18n/TransliterationModules.hpp>