diff options
author | Andre Fischer <af@openoffice.org> | 2002-05-03 12:27:32 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-05-03 12:27:32 +0000 |
commit | 6d723c7188944cd02383e58dd601f41488ae8106 (patch) | |
tree | df455a3fed51f1508766f6853d160abe6bb15849 /svx/source/accessibility/AccessibleComponentBase.cxx | |
parent | 94466e17852d33e4477acafcf0d3e014bdcd6738 (diff) |
#95585# Removed getFontMetrics method.
Diffstat (limited to 'svx/source/accessibility/AccessibleComponentBase.cxx')
-rw-r--r-- | svx/source/accessibility/AccessibleComponentBase.cxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/svx/source/accessibility/AccessibleComponentBase.cxx b/svx/source/accessibility/AccessibleComponentBase.cxx index 36cad5ea5f07..828fe654cf7d 100644 --- a/svx/source/accessibility/AccessibleComponentBase.cxx +++ b/svx/source/accessibility/AccessibleComponentBase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleComponentBase.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: af $ $Date: 2002-04-18 16:20:07 $ + * last change: $Author: af $ $Date: 2002-05-03 13:27:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -264,17 +264,6 @@ sal_Int32 SAL_CALL AccessibleComponentBase::getBackground (void) -awt::FontDescriptor SAL_CALL - AccessibleComponentBase::getFontMetrics (const uno::Reference<awt::XFont >& xFont) - throw (::com::sun::star::uno::RuntimeException) -{ - awt::FontDescriptor aFontDescriptor; - return aFontDescriptor; -} - - - - sal_Bool SAL_CALL AccessibleComponentBase::isEnabled (void) throw (::com::sun::star::uno::RuntimeException) { |