From fb81adcda850b7456dbc274a37a2f12237c6ab82 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 22 Mar 2013 09:45:26 +0100 Subject: fix spelling error Change-Id: I700f25f16ab77212c1f3fdc4be1eb24f4c614c30 --- sc/inc/colorscale.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc/colorscale.hxx') diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index d957ee149a02..be31eb785b2b 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -95,7 +95,7 @@ public: namespace databar { -enum ScAxisPostion +enum ScAxisPosition { NONE, AUTOMATIC, @@ -166,7 +166,7 @@ struct SC_DLLPUBLIC ScDataBarFormatData * * Default is false */ - databar::ScAxisPostion meAxisPosition; + databar::ScAxisPosition meAxisPosition; /** * If TRUE we only show the bar and not the value -- cgit