summaryrefslogtreecommitdiff
path: root/svx/inc/AccessibleStaticTextBase.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-06-12 12:43:42 +0000
committerThorsten Behrens <thb@openoffice.org>2002-06-12 12:43:42 +0000
commit8d8f4797e7b45b0a7b0843985043eb95bd4ce4c5 (patch)
treef5ce782f285e2012478a3d3ab99438bb25d6a47d /svx/inc/AccessibleStaticTextBase.hxx
parent6044e54a3e3a3e65491c38a930cc1d5637400cf6 (diff)
#99840# explicit not necessary for more than one arg
Diffstat (limited to 'svx/inc/AccessibleStaticTextBase.hxx')
-rw-r--r--svx/inc/AccessibleStaticTextBase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/AccessibleStaticTextBase.hxx b/svx/inc/AccessibleStaticTextBase.hxx
index 95a842d53710..defa6a67c75d 100644
--- a/svx/inc/AccessibleStaticTextBase.hxx
+++ b/svx/inc/AccessibleStaticTextBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleStaticTextBase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2002-06-10 17:23:03 $
+ * last change: $Author: thb $ $Date: 2002-06-12 13:43:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,8 +142,8 @@ namespace accessibility
model) contained in the given SvxEditSource.
*/
- explicit AccessibleStaticTextBase( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >& rInterface,
- ::std::auto_ptr< SvxEditSource > pEditSource );
+ AccessibleStaticTextBase( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >& rInterface,
+ ::std::auto_ptr< SvxEditSource > pEditSource );
virtual ~AccessibleStaticTextBase();
private: