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 | 51922f86be2f7fa17005ec3b208f6a891bdd70a7 (patch) | |
tree | e8abfe3f12159dfc6b507bcac6b528c693c138f7 /basic | |
parent | 783c5b306ffb20585e85889d403a4d2b20907bba (diff) |
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'basic')
-rwxr-xr-x | basic/source/classes/sbunoobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 51a93ce94e4a..b04552eb937e 100755 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -39,8 +39,8 @@ #include <cppuhelper/implbase2.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/typeprovider.hxx> -#include <cppuhelper/extract.hxx> #include <cppuhelper/interfacecontainer.hxx> +#include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> |