diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/prj/build.lst | 2 | ||||
-rw-r--r-- | desktop/source/deployment/registry/help/dp_help.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/prj/build.lst b/desktop/prj/build.lst index 6ec807a45361..c9644a09a253 100644 --- a/desktop/prj/build.lst +++ b/desktop/prj/build.lst @@ -1,3 +1,3 @@ -dt desktop : TRANSLATIONS:translations sfx2 stoc BERKELEYDB:berkeleydb BOOST:boost svx DESKTOP:xmlhelp sal salhelper unoil officecfg offapi filter LIBXSLT:libxslt NULL +dt desktop : TRANSLATIONS:translations sfx2 stoc BERKELEYDB:berkeleydb BOOST:boost svx DESKTOP:xmlhelp sal salhelper unoil officecfg offapi filter LIBXSLT:libxslt DESKTOP:helpcompiler NULL dt desktop usr1 - all dt_mkout NULL dt desktop\prj nmake - all dt_prj NULL diff --git a/desktop/source/deployment/registry/help/dp_help.cxx b/desktop/source/deployment/registry/help/dp_help.cxx index b094d20ec523..7af20604a911 100644 --- a/desktop/source/deployment/registry/help/dp_help.cxx +++ b/desktop/source/deployment/registry/help/dp_help.cxx @@ -42,8 +42,8 @@ #include "unotools/pathoptions.hxx" #if !defined(ANDROID) && !defined(IOS) -#include <l10ntools/compilehelp.hxx> -#include <l10ntools/HelpIndexer.hxx> +#include <helpcompiler/compilehelp.hxx> +#include <helpcompiler/HelpIndexer.hxx> #endif #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <com/sun/star/ucb/XSimpleFileAccess2.hpp> |