summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-02 09:41:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-03 07:05:02 +0100
commita5216cf1eb647862f377bed9b9a447e8bccf338f (patch)
tree1873118c6e50d8baba33b80b820179a9df38958d /sd/source/filter/ppt/propread.hxx
parenta186fd4f2427df7baa50f78e99644dc5a50dfb12 (diff)
convert SvtPathOptions::Paths to scoped enum
Change-Id: I2e6cab798309a1bc2ade00661bc95dd5ae20f748 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107045 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/ppt/propread.hxx')
-rw-r--r--sd/source/filter/ppt/propread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx
index 6ec04df7d9d4..f0edafb72802 100644
--- a/sd/source/filter/ppt/propread.hxx
+++ b/sd/source/filter/ppt/propread.hxx
@@ -81,7 +81,7 @@
#define VT_BYREF 0x4000
#define VT_TYPEMASK 0xFFF
-typedef std::map<OUString,sal_uInt32> Dictionary;
+typedef std::map<OUString,sal_uInt32> PropDictionary;
struct PropEntry
{
@@ -126,7 +126,7 @@ class Section final
Section& operator=( const Section& rSection );
bool GetProperty( sal_uInt32 nId, PropItem& rPropItem );
- void GetDictionary( Dictionary& rDict );
+ void GetDictionary( PropDictionary& rDict );
const sal_uInt8* GetFMTID() const { return aFMTID; };
void Read( SotStorageStream* pStrm );
};