From a61b43cbf9c798f553e5d81c60f59a29e47d240f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Jun 2012 08:36:34 +0200 Subject: -Werror,-Wmismatched-tags Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9 --- sc/inc/conditio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit