summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-20 09:02:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-20 11:23:12 +0100
commitd6d58bbef95ddd2d2e92244d11304c76d001c097 (patch)
tree9d277d48db53b22f0ee60b5d99e1646ba552c6e9 /sc
parent61b7f21f7f9e9d2516342cfdb23763d15acd4f79 (diff)
Fix typos
Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2 Reviewed-on: https://gerrit.libreoffice.org/44933 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/viewsettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/viewsettings.cxx b/sc/source/filter/oox/viewsettings.cxx
index 3315e7bb50fa..9a7e1d44f62c 100644
--- a/sc/source/filter/oox/viewsettings.cxx
+++ b/sc/source/filter/oox/viewsettings.cxx
@@ -90,7 +90,7 @@ const sal_Int16 API_SPLITMODE_NONE = 0; /// No splits in
const sal_Int16 API_SPLITMODE_SPLIT = 1; /// Window is split.
const sal_Int16 API_SPLITMODE_FREEZE = 2; /// Window has frozen panes.
-// no predefined constants for pane idetifiers
+// no predefined constants for pane identifiers
const sal_Int16 API_SPLITPANE_TOPLEFT = 0; /// Top-left, or top pane.
const sal_Int16 API_SPLITPANE_TOPRIGHT = 1; /// Top-right pane.
const sal_Int16 API_SPLITPANE_BOTTOMLEFT = 2; /// Bottom-left, bottom, left, or single pane.