diff options
-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 |