diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-04 12:06:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-04 12:06:36 +0100 |
commit | 4029353bfda798df7a125554bd6eb7a55d7997e0 (patch) | |
tree | c7306a16f40b12cc10b80a06f7356a3ff13eb921 /svx/source/gallery2/galmisc.cxx | |
parent | fbce1c663acb8b29731cc447a3893b34ff2b4618 (diff) |
#i106421#: some missing header fixes
Diffstat (limited to 'svx/source/gallery2/galmisc.cxx')
-rw-r--r-- | svx/source/gallery2/galmisc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx index b91fb1cfb882..bbf0771c65de 100644 --- a/svx/source/gallery2/galmisc.cxx +++ b/svx/source/gallery2/galmisc.cxx @@ -45,7 +45,7 @@ #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> |