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 | cb0aa041c29c747eaff469ea545ed5ae13627f97 (patch) | |
tree | ebe8e402cc4cb52125203e3d350afcc8b524b44e /svtools | |
parent | 7c810cb4d733ccaa9e8f66415e252d1e0369fc5f (diff) |
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index bfcdfe98ea5a..2fe5e04a1de3 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -41,7 +41,7 @@ #include <vcl/waitobj.hxx> #include <vcl/msgbox.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <cppuhelper/extract.hxx> +#include <comphelper/extract.hxx> #include <comphelper/interaction.hxx> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/awt/XWindow.hpp> |