Kaydet (Commit) 6a6380b7 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:virtualdown in editeng

Change-Id: Id86a38521fe287a824bdda4b0fd2d68e97ae1b73
Reviewed-on: https://gerrit.libreoffice.org/52036Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 47ccda36
......@@ -474,12 +474,6 @@ void AccessibleContextBase::SetAccessibleName (
}
OUString AccessibleContextBase::CreateAccessibleDescription()
{
return OUString("Empty Description");
}
OUString AccessibleContextBase::CreateAccessibleName()
{
return OUString("Empty Name");
......
......@@ -279,15 +279,6 @@ protected:
*/
virtual OUString CreateAccessibleName();
/** Create the accessible object's descriptive string. May be called
more than once.
@return
Descriptive string. Not necessarily unique.
@throws css::uno::RuntimeException
*/
virtual OUString
CreateAccessibleDescription();
void FireEvent (const css::accessibility::AccessibleEventObject& aEvent);
/** Check whether or not the object has been disposed (or is in the
......
......@@ -420,7 +420,7 @@ protected:
/// Create a description string that contains the accessible description.
virtual OUString
CreateAccessibleDescription() override;
CreateAccessibleDescription();
/// @throws css::uno::RuntimeException
OUString
GetFullAccessibleName(AccessibleShape *shape);
......
......@@ -294,7 +294,7 @@ protected:
A description string.
*/
virtual OUString
CreateAccessibleDescription () override;
CreateAccessibleDescription ();
/** This method is called when (after) the frame containing this
document has been activated. Can be used to send FOCUSED state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment