diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-20 08:28:42 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-20 08:28:42 +0200 |
commit | 0944bd42777b0657fb64ecc09265e802f0747ff9 (patch) | |
tree | 6d27a4c53c984e189cb56ec97dc619251fdfed17 /linguistic/source/iprcache.cxx | |
parent | 36ea4fb1e54249406893f794fbdad69181ab94df (diff) |
CWS gnumake2: move all delivered linguistic headers to inc/linguistic
Diffstat (limited to 'linguistic/source/iprcache.cxx')
-rw-r--r-- | linguistic/source/iprcache.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/iprcache.cxx b/linguistic/source/iprcache.cxx index e4c50686afcf..6556fc71d052 100644 --- a/linguistic/source/iprcache.cxx +++ b/linguistic/source/iprcache.cxx @@ -31,7 +31,7 @@ #include <string.h> #include "iprcache.hxx" -#include "misc.hxx" +#include "linguistic/misc.hxx" #include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp> #include <tools/debug.hxx> @@ -57,7 +57,7 @@ #endif #include <unotools/processfactory.hxx> -#include <lngprops.hxx> +#include <linguistic/lngprops.hxx> using namespace utl; using namespace osl; |