diff options
Diffstat (limited to 'basctl/source/inc/accessibledialogwindow.hxx')
-rw-r--r-- | basctl/source/inc/accessibledialogwindow.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx index badcabda17d3..98397bb185cb 100644 --- a/basctl/source/inc/accessibledialogwindow.hxx +++ b/basctl/source/inc/accessibledialogwindow.hxx @@ -64,10 +64,6 @@ private: css::uno::Reference< css::accessibility::XAccessible > rxAccessible; ChildDescriptor( DlgEdObj* _pDlgEdObj ); - ~ChildDescriptor(); - - ChildDescriptor( const ChildDescriptor& rDesc ); - ChildDescriptor& operator=( const ChildDescriptor& rDesc ); bool operator==( const ChildDescriptor& rDesc ); bool operator<( const ChildDescriptor& rDesc ) const; |