summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editeng/source/outliner/outliner.cxx2
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;