diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-06-12 08:36:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-12 08:36:57 +0200 |
commit | a61b43cbf9c798f553e5d81c60f59a29e47d240f (patch) | |
tree | 9faaea77c4f71bf28b1115c5f4365da4d0f146e9 /sc | |
parent | 56de6cce83701f003416ad91b28c0dbca3a3d67e (diff) |
-Werror,-Wmismatched-tags
Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index c68875f5d3f0..2938ca7c54b8 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -70,7 +70,7 @@ enum ScConditionMode }; class ScConditionalFormat; -class ScDataBarInfo; +struct ScDataBarInfo; namespace condformat { |