diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-11 16:10:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-17 05:56:32 +0100 |
commit | 7cc485c88f1722b14bdc0dc07b7ada7ab3cf65d9 (patch) | |
tree | 2f549d38bcc06fce99635c09eef6a4fcb116c925 /editeng/source/outliner/outliner.cxx | |
parent | 2295d4b50b2a97e318856e552ee0e3c9a8f27346 (diff) |
drop useless check
Change-Id: I3da8370930bafa6e1744291391c71871d203bb00
Diffstat (limited to 'editeng/source/outliner/outliner.cxx')
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 4 |
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; |