summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-18 12:33:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-26 16:52:16 +0200
commitd321b7dd08e2e9138efe925b86a502a6740e89ef (patch)
tree7e64a020a78d2d1b0ab07f887a02886a79635b57 /include/oox
parent7e248d3558fe8385a99629cd721e7c7feafd9974 (diff)
Fix preset_maping -> preset_mapping
It passed "make check" on Linux Change-Id: I37c9af2a0687e292475d43a37b85e222c187f711 Reviewed-on: https://gerrit.libreoffice.org/60690 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/ppt/pptfilterhelpers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/pptfilterhelpers.hxx b/include/oox/ppt/pptfilterhelpers.hxx
index 926d5a77fcf5..9fdd943d87b5 100644
--- a/include/oox/ppt/pptfilterhelpers.hxx
+++ b/include/oox/ppt/pptfilterhelpers.hxx
@@ -69,13 +69,13 @@ namespace oox { namespace ppt {
static const convert_subtype* getList();
};
- struct OOX_DLLPUBLIC preset_maping
+ struct OOX_DLLPUBLIC preset_mapping
{
sal_Int32 mnPresetClass;
sal_Int32 mnPresetId;
const sal_Char* mpStrPresetId;
- static const preset_maping* getList();
+ static const preset_mapping* getList();
};
OOX_DLLPUBLIC OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId, sal_Int32 nPresetSubType );