diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:31:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:31:52 +0000 |
commit | 8c178d4827e1d8b5a13ad68bbddd4c0fb06246ee (patch) | |
tree | bf739839af724994056a1f08bb0e5f08bf3342d6 /accessibility/inc | |
parent | 5c472496ab2ef59d29f101e7ff656de900b1e903 (diff) |
INTEGRATION: CWS pba11y01 (1.3.16); FILE MERGED
2008/07/14 11:09:05 pb 1.3.16.1: fix: #i37177# nameChanged() added
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx index ed9d14fb4173..22c9709949d8 100644 --- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AccessibleBrowseBoxTableCell.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -62,6 +62,8 @@ namespace accessibility sal_uInt16 _nColId, sal_Int32 _nOffset ); + void nameChanged( const ::rtl::OUString& rNewName, const ::rtl::OUString& rOldName ); + // XInterface ------------------------------------------------------------- /** Queries for a new interface. */ |