diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-20 10:44:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-20 10:44:14 +0200 |
commit | e32da3af7695617ca1fc4c8a5c1689952269ade5 (patch) | |
tree | 332cce5bdcd93e68bfd20784b203aa4d27c53e62 /oox | |
parent | b03f2cb6417c1f7a6892db23bcd3e807b2806e89 (diff) |
fix Win build
ambiguous symbol
Change-Id: Ie3eea266b6a1bf6ca65edaf6a2f22e543a128646
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/chart/axisconverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/axisconverter.cxx b/oox/source/drawingml/chart/axisconverter.cxx index 29a9ffd6c9e1..352e45ec908e 100644 --- a/oox/source/drawingml/chart/axisconverter.cxx +++ b/oox/source/drawingml/chart/axisconverter.cxx @@ -101,7 +101,7 @@ sal_Int32 lclGetTickMark( sal_Int32 nToken ) case XML_out: return OUTER; case XML_cross: return INNER | OUTER; } - return NONE; + return css::chart2::TickmarkStyle::NONE; } /** |