diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 22:10:21 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-27 00:07:17 -0400 |
commit | 48dfa346ccb37f144efabad2ba271821c895c0d3 (patch) | |
tree | 105becd3c357b30161806f4a07c4eff6de956b3d /sc/inc | |
parent | 7d647beac3aa2c2e0853424cac19ebad4849861e (diff) |
ScRefCellValue is actually a struct, not a class.
Change-Id: Iadd6d706e5ba9d51cb82d4dd387e59318da1f322
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cellform.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellform.hxx b/sc/inc/cellform.hxx index 094eaff6463f..373d6e64c0cc 100644 --- a/sc/inc/cellform.hxx +++ b/sc/inc/cellform.hxx @@ -27,7 +27,7 @@ class SvNumberFormatter; class Color; class ScDocument; class ScAddress; -class ScRefCellValue; +struct ScRefCellValue; enum ScForceTextFmt { ftDontForce, // numbers as numbers |