diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-23 15:06:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-23 21:09:20 +0100 |
commit | 993a807a8837a938228577ac6510aa7863e3bb71 (patch) | |
tree | bb1955b73e5aa05f871ef0f768b0ca59076e751b /sc | |
parent | 88aa7ed0ee68055d7ea326a7820dbb072641ff5f (diff) |
WaE: MSVC2008 C4099 class/struct
Change-Id: Ie4a2f7c2d5943d01d971611209fc641412e82aa4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/colorscale.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 9f4d02fb406a..24248fef703e 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -39,7 +39,7 @@ class ScDocument; class ScFormulaCell; class ScTokenArray; -class ScDataBarInfo; +struct ScDataBarInfo; class SC_DLLPUBLIC ScColorScaleEntry { |