diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-06-10 16:23:03 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-06-10 16:23:03 +0000 |
commit | 61b37a0cd194dbe5f0ada5f1f62e5b6d1ccffea0 (patch) | |
tree | 7776a3d7cc14a0409a63a0cb6456aff8f2571182 /svx/inc | |
parent | c984debc692d7efeca47e36e15f113b7540412e5 (diff) |
#99746# Deriving from interface to avoid pure virtual function calls
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/AccessibleStaticTextBase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/AccessibleStaticTextBase.hxx b/svx/inc/AccessibleStaticTextBase.hxx index cd35603f9017..95a842d53710 100644 --- a/svx/inc/AccessibleStaticTextBase.hxx +++ b/svx/inc/AccessibleStaticTextBase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleStaticTextBase.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: thb $ $Date: 2002-06-07 12:09:58 $ + * last change: $Author: thb $ $Date: 2002-06-10 17:23:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,7 @@ namespace accessibility edit source. Every interface method will then properly throw an exception. */ - class AccessibleStaticTextBase + class AccessibleStaticTextBase : public ::drafts::com::sun::star::accessibility::XAccessibleText { public: |