diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-12 15:02:35 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-12 15:02:35 -0800 |
commit | 903ec9fa5a4b4034e751f39620ba0407e3c72c1e (patch) | |
tree | 855141391a039ad411a02d798ec295ef77d4d1e8 /cui/source/options/optjsearch.cxx | |
parent | f6651c5ae34c9580ea167e31ae2f3f2f60ae7b6d (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.cxx | 5 |
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> |