diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:20:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:20:56 -0600 |
commit | 2a71139535112634dc52502dbbc0922f2b86e146 (patch) | |
tree | 63e4c46b9ca772e04d88cc87c484f14a92b39f13 /sd/source/ui/table | |
parent | d843e92c73a261097756c0514abff2ef5a8d010b (diff) |
remove include of pch header from sd
Diffstat (limited to 'sd/source/ui/table')
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/table/tablefunction.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/table/tableobjectbar.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 83177c236129..678da8aebb96 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sd.hxx" #include "sddll.hxx" diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index e6f393e3adb7..33c971d9ce2d 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sd.hxx" #include <sal/config.h> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx index b828449df361..a8d8a4dbdedd 100644 --- a/sd/source/ui/table/tableobjectbar.cxx +++ b/sd/source/ui/table/tableobjectbar.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sd.hxx" #include <sfx2/msg.hxx> #include <sfx2/app.hxx> |