summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserline.cxx')
-rw-r--r--extensions/source/propctrlr/browserline.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx
index a2f2c59ee74e..1e0338596559 100644
--- a/extensions/source/propctrlr/browserline.cxx
+++ b/extensions/source/propctrlr/browserline.cxx
@@ -252,7 +252,6 @@ namespace pcr
{
if ( GetTitle() == _rNewTtile )
return;
- // #99102# --------------
m_aFtTitle->SetText( _rNewTtile );
if ( m_pControlWindow )
m_pControlWindow->SetAccessibleName( _rNewTtile );
@@ -261,7 +260,6 @@ namespace pcr
FullFillTitleString();
}
- // #99102# ---------------------------------------------------------
void OBrowserLine::FullFillTitleString()
{
if( m_pTheParent )
@@ -467,7 +465,6 @@ namespace pcr
m_nNameWidth = nWidth+10;
impl_layoutComponents();
}
- // #99102# ---------
FullFillTitleString();
}