diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-25 15:18:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-25 15:22:02 +0300 |
commit | c1e82b1c64ee863771bfc5958c2898ab1f650606 (patch) | |
tree | 2094909e3a932c0ae69bc42fa910bb94c036c4b6 /xmlhelp/source | |
parent | 2b207686cdb6ed5bf398d2bfa2509a56374f7846 (diff) |
Drop apparently unneeded inclusion of l10ntools/compilehelp.hxx
Fixes compilation for non-desktop OSes (iOS and Android), for which we
haven't built and delivered l10ntools.
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 542167b69c12..c7a7ef4e6c90 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -64,7 +64,6 @@ #include <com/sun/star/awt/XVclWindowPeer.hpp> #include <com/sun/star/awt/XTopWindow.hpp> -#include <l10ntools/compilehelp.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> |