From c3c45ff7efcd8b22be64af410befbfa5cc330f6f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 18:29:22 +0200 Subject: Fix typos Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/txtflde.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 9cb74a7d963b..7bbaa791470c 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -59,7 +59,7 @@ enum FieldIdEnum { FIELD_ID_TIME, // current time (+date) FIELD_ID_PAGENAME, // page/slide name FIELD_ID_PAGENUMBER, // page number - FIELD_ID_PAGESTRING, // page contination string (page number string) + FIELD_ID_PAGESTRING, // page continuation string (page number string) FIELD_ID_REFPAGE_SET, // set reference page FIELD_ID_REFPAGE_GET, // get reference page number -- cgit