diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-20 20:00:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-20 22:00:31 +0200 |
commit | 6a7749cf33354010a279948807029eb322c8f113 (patch) | |
tree | 5d03f0b7dff51cf4712865de3e954a8495c0b3b3 /sd/source/ui/dlg/PhotoAlbumDialog.cxx | |
parent | 056bb6f4f09147f0a3097cb2377cdeb441349d07 (diff) |
Include <xmloff/autolayout.hxx> only where used
Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319
Diffstat (limited to 'sd/source/ui/dlg/PhotoAlbumDialog.cxx')
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index a6a6bb466dc8..658c2fd971b3 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -29,6 +29,8 @@ #include <svx/unoshape.hxx> #include <svx/xfltrit.hxx> #include <svx/xfillit.hxx> +#include <xmloff/autolayout.hxx> + #include "PhotoAlbumDialog.hxx" #include "strings.hrc" #include "sdresid.hxx" |