diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-15 11:11:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-16 18:55:50 +0100 |
commit | 065852f4eb5943074749ffb06c3d21e2f8931f98 (patch) | |
tree | ab3a15943fc758418211d1c06bd5f15ba2ba7436 /sd/inc/sdmod.hxx | |
parent | 610d98bd93e8032b9bfb48dc2ed0cd4d35c23ddd (diff) |
sal_uIntPtr->SfxItemPropertyMapEntry* in SdExtPropertySetInfoCache
Change-Id: I65d284cc1fbc013a17d4bb2f0dd7d7d8d3ccf56f
Reviewed-on: https://gerrit.libreoffice.org/46507
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index fa13ef05032b..409745422ddf 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -41,6 +41,7 @@ class SdTransferable; class SvNumberFormatter; class SfxErrorHandler; class SfxFrame; +struct SfxItemPropertyMapEntry; namespace svtools { class ColorConfig; } namespace com { namespace sun { namespace star { namespace frame { @@ -53,7 +54,7 @@ enum SdOptionStreamMode SD_OPTION_STORE = 1 }; -typedef std::map< sal_uIntPtr, css::uno::Reference<css::beans::XPropertySetInfo> > SdExtPropertySetInfoCache; +typedef std::map< SfxItemPropertyMapEntry const * , css::uno::Reference<css::beans::XPropertySetInfo> > SdExtPropertySetInfoCache; typedef std::map< sal_uInt32, css::uno::Sequence< css::uno::Type> > SdTypesCache; /* |