diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-08 12:56:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-09 13:53:47 +0200 |
commit | c9b0a6010e96d22844cdab6c1e8e67fbf14ab142 (patch) | |
tree | 6e296f1fca94ad4ffe92a811bd5262fb8abe508e /svx/source/unogallery | |
parent | 38a658f3f064e1f0dc28cd7f69d800f78115c8df (diff) |
merge GalleryFileStorage with GalleryBinaryEngine
Change-Id: Id948627873db9c646d1a81784dd16f6aa1c2063b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151553
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unogallery')
-rw-r--r-- | svx/source/unogallery/unogalitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx index c3725b5fba1e..c08e182a46aa 100644 --- a/svx/source/unogallery/unogalitem.cxx +++ b/svx/source/unogallery/unogalitem.cxx @@ -20,7 +20,7 @@ #include "unogalitem.hxx" #include "unogaltheme.hxx" -#include <gallerybinaryengine.hxx> +#include <galleryfilestorage.hxx> #include <svx/galtheme.hxx> #include <svx/galmisc.hxx> #include <svx/fmmodel.hxx> |