#95585# Removed getFontMetrics method.

This commit is contained in:
Andre Fischer 2002-05-03 12:27:32 +00:00
parent 94466e1785
commit 6d723c7188

View file

@ -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)
{