diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-18 11:21:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-18 11:21:06 +0000 |
commit | ec7b28f18d268b5093e7cab58769c86b59e4608e (patch) | |
tree | c9035348509a450aab173660c3a1fb328fe30ca2 /editeng | |
parent | 02e52362c34f530d1cd0720c49c0981501d8c7b6 (diff) |
drop this redundant comment
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 29ebc6611d70..c7ef90d3e793 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -2198,8 +2198,6 @@ sal_Bool DrawPortionInfo::IsRTL() const ubidi_setPara(pBidi, reinterpret_cast<const UChar *>(mrText.GetBuffer()), mrText.Len(), nDefaultDir, NULL, &nError); // UChar != sal_Unicode in MinGW nError = U_ZERO_ERROR; -// sal_Int32 nCount(ubidi_countRuns(pBidi, &nError)); - int32_t nStart(0); int32_t nEnd; UBiDiLevel nCurrDir; |