diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-28 12:09:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-28 13:48:14 +0100 |
commit | 6aa24e7565dfa5feafd12cd0ec12312df044916e (patch) | |
tree | 28e73ef7da94369af949b55e37694bbc122e7078 /basctl | |
parent | f5e8be8bb1681f0e2494337bc769b33332ef3fff (diff) |
Move implementation details to syntaxhighlight.cxx
(and clean up a little)
Change-Id: I6e660708d8ca1509b89b306cd428dc38c8b03f2c
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 85a1d88899da..68b937e9d97a 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -56,6 +56,7 @@ class SvxSearchItem; #include "com/sun/star/reflection/XIdlClass.hpp" #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> +#include <comphelper/syntaxhighlight.hxx> #include <comphelper/configurationhelper.hxx> #include "com/sun/star/reflection/XIdlReflection.hpp" |