summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-12-11 16:10:50 +0100
committerDavid Tardon <dtardon@redhat.com>2012-12-17 05:56:32 +0100
commit7cc485c88f1722b14bdc0dc07b7ada7ab3cf65d9 (patch)
tree2f549d38bcc06fce99635c09eef6a4fcb116c925 /editeng/source/outliner
parent2295d4b50b2a97e318856e552ee0e3c9a8f27346 (diff)
drop useless check
Change-Id: I3da8370930bafa6e1744291391c71871d203bb00
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r--editeng/source/outliner/outliner.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx
index 4fa52bded5fe..607e66a0d44c 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -556,10 +556,6 @@ void Outliner::SetText( const OutlinerParaObject& rPObj )
ImplBlockInsertionCallbacks( sal_True );
pEditEngine->SetText(rPObj.GetTextObject());
- if( rPObj.Count() != pEditEngine->GetParagraphCount() )
- {
- int nop=0;nop++;
- }
bFirstParaIsEmpty = sal_False;