summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/progressmonitor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/controls/progressmonitor.cxx')
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx
index 035d5ed83cf1..df93a695c2d2 100644
--- a/UnoControls/source/controls/progressmonitor.cxx
+++ b/UnoControls/source/controls/progressmonitor.cxx
@@ -750,7 +750,6 @@ void ProgressMonitor::impl_rebuildFixedText ()
aCollectString += pSearchItem->sTopic;
aCollectString += "\n";
}
- aCollectString += "\0"; // It's better :-)
m_xTopic_Top->setText ( aCollectString );
}
@@ -768,7 +767,6 @@ void ProgressMonitor::impl_rebuildFixedText ()
aCollectString += pSearchItem->sText;
aCollectString += "\n";
}
- aCollectString += "\0"; // It's better :-)
m_xText_Top->setText ( aCollectString );
}
@@ -788,7 +786,6 @@ void ProgressMonitor::impl_rebuildFixedText ()
aCollectString += pSearchItem->sTopic;
aCollectString += "\n";
}
- aCollectString += "\0"; // It's better :-)
m_xTopic_Bottom->setText ( aCollectString );
}
@@ -806,7 +803,6 @@ void ProgressMonitor::impl_rebuildFixedText ()
aCollectString += pSearchItem->sText;
aCollectString += "\n";
}
- aCollectString += "\0"; // It's better :-)
m_xText_Bottom->setText ( aCollectString );
}