diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-28 04:38:06 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-28 11:49:28 +0000 |
commit | 5cb2e3104b11e538b946e2b7228e74365cb38648 (patch) | |
tree | f83242caf2b9e7c66a54b3eb5bb19852583ca631 /cui | |
parent | 61fd1d2e7803516e88a18017ee5d6a34d6ca14fa (diff) |
remove toolkit/unohlp.hxx hack
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913
Reviewed-on: https://gerrit.libreoffice.org/4601
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/hlmarkwn.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index b2386ceb8e1b..8cf9483c56b7 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -47,7 +47,7 @@ #include "svtools/treelistentry.hxx" #include "svtools/viewdataentry.hxx" #include <tools/diagnose_ex.h> -#include <toolkit/unohlp.hxx> +#include <toolkit/helper/vclunohelper.hxx> #include <algorithm> #include <cuires.hrc> diff --git a/cui/source/dialogs/hlmarkwn.cxx b/cui/source/dialogs/hlmarkwn.cxx index 343eb9cbbbe1..c07b37587a7c 100644 --- a/cui/source/dialogs/hlmarkwn.cxx +++ b/cui/source/dialogs/hlmarkwn.cxx @@ -32,7 +32,7 @@ #include <com/sun/star/document/XLinkTargetSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <toolkit/unohlp.hxx> +#include <toolkit/helper/vclunohelper.hxx> #include "svtools/treelistentry.hxx" #include <cuires.hrc> |