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/gengal | |
parent | fbce1c663acb8b29731cc447a3893b34ff2b4618 (diff) |
#i106421#: some missing header fixes
Diffstat (limited to 'svx/source/gengal')
-rw-r--r-- | svx/source/gengal/gengal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx index f420e8f7680e..e5d35df22fdd 100644 --- a/svx/source/gengal/gengal.cxx +++ b/svx/source/gengal/gengal.cxx @@ -71,7 +71,7 @@ #include <rtl/bootstrap.hxx> #include <galtheme.hxx> -#include <gallery1.hxx> +#include <svx/gallery1.hxx> using namespace ::vos; using namespace ::com::sun::star::uno; |