summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 15:46:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 08:49:55 +0200
commit25304f8cd3d70860550a5fe9a0dbc40dd0abff03 (patch)
tree65b2ae9309093e2bc997f0b21b998e361375a4bb /include/xmloff
parentb866b71e2419c8011d969f316a28bd820c56fb5a (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I9f3d98df05495e7d655a93c5cd5bbd41db6a9bea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101788 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/families.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/families.hxx b/include/xmloff/families.hxx
index 13aee189e44e..253472220168 100644
--- a/include/xmloff/families.hxx
+++ b/include/xmloff/families.hxx
@@ -80,8 +80,8 @@ enum class XmlStyleFamily
SD_PRESENTATION_ID = 301,
// families for derived from SvXMLStyleContext
- SD_PAGEMASTERCONEXT_ID = 302,
- SD_PAGEMASTERSTYLECONEXT_ID = 306,
+ SD_PAGEMASTERCONTEXT_ID = 302,
+ SD_PAGEMASTERSTYLECONTEXT_ID = 306,
SD_PRESENTATIONPAGELAYOUT_ID = 303,
// family for draw pool
SD_POOL_ID = 304,