diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-26 00:59:40 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-26 00:59:40 -0400 |
commit | 133f98acf08a70ff6380ed47e21182a7abd850b7 (patch) | |
tree | a85acfcf1cb733428a9e9fddeee07607986402e0 | |
parent | ce3d5f9e8f02a722839ab6da4970bd54f6c846dc (diff) |
In-line comment.
-rw-r--r-- | sc/source/ui/view/output2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index 10ef6f557d01..6dcfd0050a2c 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -4602,6 +4602,7 @@ void ScOutputData::DrawEdit(sal_Bool bPixelToLogic) DrawEditTopBottom(aParam); break; case SVX_ORIENTATION_STACKED: + // this can be vertically stacked or asian vertical. DrawEditStacked(aParam); break; default: |