diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:21:30 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:21:30 -0600 |
commit | c022454adc68e9e74c296a8efbea451e4a53af64 (patch) | |
tree | dff5532492650930d552fa0c1c5c53ac327a3134 /sfx2/workben/custompanel | |
parent | dd896dd28e527e06922d6e57491dae348f1cc345 (diff) |
remove include of pch header from sfx2
Diffstat (limited to 'sfx2/workben/custompanel')
-rw-r--r-- | sfx2/workben/custompanel/ctp_factory.cxx | 1 | ||||
-rw-r--r-- | sfx2/workben/custompanel/ctp_panel.cxx | 1 | ||||
-rw-r--r-- | sfx2/workben/custompanel/ctp_services.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/workben/custompanel/ctp_factory.cxx b/sfx2/workben/custompanel/ctp_factory.cxx index c49e5279ebbd..192f89bb1b64 100644 --- a/sfx2/workben/custompanel/ctp_factory.cxx +++ b/sfx2/workben/custompanel/ctp_factory.cxx @@ -25,7 +25,6 @@ * ************************************************************************/ -#include "precompiled_sfx2.hxx" #include "ctp_factory.hxx" #include "ctp_panel.hxx" diff --git a/sfx2/workben/custompanel/ctp_panel.cxx b/sfx2/workben/custompanel/ctp_panel.cxx index e7f36edcf0ff..d9422cc802eb 100644 --- a/sfx2/workben/custompanel/ctp_panel.cxx +++ b/sfx2/workben/custompanel/ctp_panel.cxx @@ -25,7 +25,6 @@ * ************************************************************************/ -#include "precompiled_sfx2.hxx" #include "ctp_panel.hxx" diff --git a/sfx2/workben/custompanel/ctp_services.cxx b/sfx2/workben/custompanel/ctp_services.cxx index c6c81bc71964..ef79fe911599 100644 --- a/sfx2/workben/custompanel/ctp_services.cxx +++ b/sfx2/workben/custompanel/ctp_services.cxx @@ -25,7 +25,6 @@ * ************************************************************************/ -#include "precompiled_sfx2.hxx" #include "ctp_factory.hxx" |