diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-01-28 12:49:53 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-01-28 12:49:53 +0100 |
commit | 96668046dda0d3a216966b5989ddeb6476f3478b (patch) | |
tree | 8d27de1545810586b40b89608f7d741879f940a4 /dbaccess | |
parent | bce933dc2aa412b647602e85fa88fda9734abf82 (diff) |
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/linkeddocuments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/linkeddocuments.cxx b/dbaccess/source/ui/misc/linkeddocuments.cxx index 4d3472e623b7..67273487832e 100644 --- a/dbaccess/source/ui/misc/linkeddocuments.cxx +++ b/dbaccess/source/ui/misc/linkeddocuments.cxx @@ -74,7 +74,7 @@ #include <com/sun/star/task/XJobExecutor.hpp> #endif #ifndef _COMPHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#include <comphelper/extract.hxx> #endif #ifndef _COMPHELPER_TYPES_HXX_ #include <comphelper/types.hxx> |