diff options
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r-- | sc/inc/fillinfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx index c2fa4a774e69..842ef1bb3899 100644 --- a/sc/inc/fillinfo.hxx +++ b/sc/inc/fillinfo.hxx @@ -68,6 +68,7 @@ struct ScDataBarInfo Color maColor; double mnLength; // -100 to 100 bool mbGradient; + bool mbShowValue; bool operator==(const ScDataBarInfo& r) const { |