diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:58 +0000 |
commit | 906e35f80a17d51c305e0db251e6224f5dd23d52 (patch) | |
tree | eb1b62e54748e6fd62be8cab9dcf8735baa7f9e3 /sc/source/ui/view/tabvwsh5.cxx | |
parent | 84fa063b4ce1bd6a8996c20c89e238ee38bcdcfe (diff) |
merge GetString variants
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 4961730d5630..87bc8c7a1c49 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -351,7 +351,7 @@ void ScTabViewShell::MakeNumberInfoItem( ScDocument* pDoc, case CELLTYPE_STRING: { - ((ScStringCell*)pCell)->GetString( aCellString ); + aCellString = ((ScStringCell*)pCell)->GetString(); eValType = SVX_VALUE_TYPE_STRING; } break; |