diff options
Diffstat (limited to 'svx/source/gallery2/galmisc.cxx')
-rw-r--r-- | svx/source/gallery2/galmisc.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx index d531404e083f..bbf0771c65de 100644 --- a/svx/source/gallery2/galmisc.cxx +++ b/svx/source/gallery2/galmisc.cxx @@ -37,15 +37,15 @@ #include <ucbhelper/content.hxx> #include <tools/resmgr.hxx> #include <tools/urlobj.hxx> -#include <svtools/solar.hrc> -#include <svtools/urihelper.hxx> +#include <svl/solar.hrc> +#include <svl/urihelper.hxx> #include <svtools/filter.hxx> -#include <svtools/itempool.hxx> +#include <svl/itempool.hxx> #include <sfx2/docfile.hxx> #include <avmedia/mediawindow.hxx> #include <vcl/svapp.hxx> -#include "impgrf.hxx" +#include "svx/impgrf.hxx" #include <svx/svdpage.hxx> #include <svx/svdograf.hxx> #include <svx/fmmodel.hxx> @@ -53,9 +53,9 @@ #include <svx/unomodel.hxx> #include "codec.hxx" #include "gallery.hrc" -#include "gallery1.hxx" +#include "svx/gallery1.hxx" #include "galtheme.hxx" -#include "galmisc.hxx" +#include "svx/galmisc.hxx" #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/ucb/TransferInfo.hpp> |