diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-05 15:50:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-05 15:50:04 +0100 |
commit | 9b28cc802a559ee0719abd07051b25e8fcfa1a0a (patch) | |
tree | 91bd5afd91a4ff00589aaf7889eeaf6933b47526 /sc/source/ui | |
parent | c79da65498963caf32d7931627c7781cce04bcea (diff) |
WaE: consistently call it struct or class
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index d2feed4e2778..c3563798728d 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -43,7 +43,7 @@ class ScRowBar; class ScColBar; class ScTabControl; class ScTabViewShell; -class ScRangeFindData; +struct ScRangeFindData; class SfxPrinter; class ScDrawView; class SvBorder; |