diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-08 15:18:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-08 15:18:29 +0100 |
commit | 309c883e002dcd20ec775f323e74bf49c1bc0e06 (patch) | |
tree | f57b4709b757924dcf334cc1585ac99abe472d94 | |
parent | 315c7c2f877e41080f8442cfba35396511903bc1 (diff) |
some more fixes after resync
-rw-r--r-- | sd/source/ui/func/fuformatpaintbrush.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuformatpaintbrush.cxx b/sd/source/ui/func/fuformatpaintbrush.cxx index eb4ca01ba621..98dbcba52ab2 100644 --- a/sd/source/ui/func/fuformatpaintbrush.cxx +++ b/sd/source/ui/func/fuformatpaintbrush.cxx @@ -35,7 +35,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> -#include <svtools/itemiter.hxx> +#include <svl/itemiter.hxx> #include <svx/globl3d.hxx> #include <svx/svxids.hrc> |