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/tabpages/numpages.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/tabpages/numpages.cxx')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 95dfe6f19..8a1d58994 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cui.hxx" - #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/VertOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> |