diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:23:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:23:35 +0000 |
commit | f2c3bbaae0add3ca9509a6903a1a7dbd81d9a3c1 (patch) | |
tree | 475d3bdda74b014600b65f41b394e1b7c2ff0e66 /basctl/source/inc/accessibledialogwindow.hxx | |
parent | 415ad363ebeffc6e07b129a54026a77814560eba (diff) |
INTEGRATION: CWS ab53 (1.6.10); FILE MERGED
2008/06/06 13:13:18 ab 1.6.10.1: #i89523# Removed unused code
Diffstat (limited to 'basctl/source/inc/accessibledialogwindow.hxx')
-rw-r--r-- | basctl/source/inc/accessibledialogwindow.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx index 693d2fa1ab20..8552f9f09e10 100644 --- a/basctl/source/inc/accessibledialogwindow.hxx +++ b/basctl/source/inc/accessibledialogwindow.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accessibledialogwindow.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -77,9 +77,7 @@ private: DlgEdObj* pDlgEdObj; ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > rxAccessible; - ChildDescriptor(); ChildDescriptor( DlgEdObj* _pDlgEdObj ); - ChildDescriptor( DlgEdObj* _pDlgEdObj, const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxAccessible ); ~ChildDescriptor(); ChildDescriptor( const ChildDescriptor& rDesc ); |