diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-11-29 13:41:51 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-11-29 13:41:51 +0100 |
commit | 070522a5673ae40e0212feee3ff937128bc17fcd (patch) | |
tree | 83d1e39a45fba39661d8ff8b666b0b1a333349df | |
parent | 186123da28d0f0b21cf2255d50b6bd69ca38e37e (diff) |
CWS gnumake2: fix some build breakers in svtools, xmloff and framework
-rw-r--r-- | svtools/source/contnr/svimpbox.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index df6475c131ce..74c6bb163797 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -41,13 +41,8 @@ #include <rtl/instance.hxx> #include <svtools/svtdata.hxx> #include <tools/wintypes.hxx> -#ifndef _SVTOOLS_HRC #include <svtools/svtools.hrc> - -// #102891# -------------------- -#ifndef _UNOTOOLS_PROCESSFACTORY_HXX #include <comphelper/processfactory.hxx> -#endif #define NODE_BMP_TABDIST_NOTVALID -2000000 #define FIRST_ENTRY_TAB 1 |