summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserline.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:50:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:50:06 +0000
commit4e69355cea34b382652ce6aecaa085b097235874 (patch)
treedb0c91dee829bf96cabee033d3302ecb1451fdc3 /extensions/source/propctrlr/browserline.cxx
parent2f582d536d1054a7e41bf4f797cbd87b37cc4729 (diff)
INTEGRATION: CWS dba15 (1.6.88); FILE MERGED
2004/08/13 09:17:18 fs 1.6.88.1: #104887# some AccessibleNames
Diffstat (limited to 'extensions/source/propctrlr/browserline.cxx')
-rw-r--r--extensions/source/propctrlr/browserline.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx
index 9f07feadc9be..e72158e46c1b 100644
--- a/extensions/source/propctrlr/browserline.cxx
+++ b/extensions/source/propctrlr/browserline.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: browserline.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 11:59:54 $
+ * last change: $Author: hr $ $Date: 2004-09-08 17:50:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -428,6 +428,10 @@ namespace pcr
String aText(rString);
// #99102# --------------
m_aFtTitle.SetText(aText);
+ if ( m_pBrowserControl )
+ m_pBrowserControl->GetMe()->SetAccessibleName( rString );
+ if ( m_pBrowseButton )
+ m_pBrowseButton->SetAccessibleName( rString );
FullFillTitleString();
}