diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-22 09:45:26 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-23 08:38:17 +0100 |
commit | fb81adcda850b7456dbc274a37a2f12237c6ab82 (patch) | |
tree | 84ab4ecf7c74795deb59877b9fe7af4ed810a682 /sc/qa | |
parent | 07ae89ed8d49a81babbdc76604602da405012c74 (diff) |
fix spelling error
Change-Id: I700f25f16ab77212c1f3fdc4be1eb24f4c614c30
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/helper/shared_test_impl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/shared_test_impl.hxx b/sc/qa/unit/helper/shared_test_impl.hxx index 04f054735b36..1813cade4623 100644 --- a/sc/qa/unit/helper/shared_test_impl.hxx +++ b/sc/qa/unit/helper/shared_test_impl.hxx @@ -35,7 +35,7 @@ struct DataBarData ScRange aRange; ScColorScaleEntryType eLowerLimitType; ScColorScaleEntryType eUpperLimitType; - databar::ScAxisPostion eAxisPosition; + databar::ScAxisPosition eAxisPosition; }; DataBarData aData[] = { |