diff options
author | Andras Timar <atimar@suse.com> | 2013-02-15 13:02:10 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-16 12:55:03 +0100 |
commit | c16e9f4ed97f65357e9986f46ad88ee9f2237997 (patch) | |
tree | 9da5c0056d4aad772a72d57f7bbf07d24ec2478a /helpcompiler | |
parent | c4aa2c4d7eb1cef0f3b172d1dbc4e51e9b379b80 (diff) |
Move SyntaxHighlighter class from svtools to comphelper
We use this class in helpcompiler, and it is not desirable to
compile svtools (thus half of LibreOffice) for a build tool
in cross-compiling environment.
Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/Library_helplinker.mk | 3 | ||||
-rw-r--r-- | helpcompiler/inc/BasCodeTagger.hxx | 2 | ||||
-rw-r--r-- | helpcompiler/prj/build.lst | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk index 0d9be0b3e43e..26a5dbac4aab 100644 --- a/helpcompiler/Library_helplinker.mk +++ b/helpcompiler/Library_helplinker.mk @@ -43,8 +43,7 @@ endif $(eval $(call gb_Library_use_libraries,helplinker,\ sal \ - svt \ - tl \ + comphelper \ )) $(eval $(call gb_Library_use_internal_api,helplinker,\ diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index 3f67b4956db7..4b3834ad5b17 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -17,7 +17,7 @@ #include <libxml/xmlmemory.h> #include <libxml/parser.h> #include <rtl/ustring.hxx> -#include <svtools/syntaxhighlight.hxx> +#include <comphelper/syntaxhighlight.hxx> #include <helpcompiler/dllapi.h> class BasicCodeTagger; diff --git a/helpcompiler/prj/build.lst b/helpcompiler/prj/build.lst index 2e10667b606f..df9a71a5ac3a 100644 --- a/helpcompiler/prj/build.lst +++ b/helpcompiler/prj/build.lst @@ -1,3 +1,3 @@ -tr helpcompiler : EXPAT:expat LIBXSLT:libxslt CLUCENE:clucene sal NULL +tr helpcompiler : EXPAT:expat LIBXSLT:libxslt CLUCENE:clucene sal comphelper NULL tr helpcompiler usr1 - all tr_mkout NULL tr helpcompiler\prj nmake - all tr_prj NULL |