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 | e66aaababcd2bb4b660f798a06d518e394c1c855 (patch) | |
tree | d78e7e7b53e5ac9f710982fd637de9d1298461af /cui/source/factory/cuiexp.cxx | |
parent | 84316d226d0765f9cb5591e2ab52881a6d852b80 (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/factory/cuiexp.cxx')
-rw-r--r-- | cui/source/factory/cuiexp.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx index 4dfc3b19b88f..bfa1b40e81b1 100644 --- a/cui/source/factory/cuiexp.cxx +++ b/cui/source/factory/cuiexp.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cui.hxx" - #include "dlgfact.hxx" #include "sal/types.h" |