diff options
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r-- | sc/source/ui/view/viewdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index 3d2f772f54c7..45e01658b79d 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -990,7 +990,7 @@ void ScViewData::SetEditEngine( ScSplitPos eWhich, nEditStartCol = nEditCol; // For growing use only the alignment value from the attribute, numbers - // (existing or started) with default aligment extend to the right. + // (existing or started) with default alignment extend to the right. bool bGrowCentered = ( eJust == SVX_HOR_JUSTIFY_CENTER ); bool bGrowToLeft = ( eJust == SVX_HOR_JUSTIFY_RIGHT ); // visual left bool bGrowBackwards = bGrowToLeft; // logical left |