Kaydet (Commit) af7d2380 authored tarafından kerem's avatar kerem Kaydeden (comit) jan iversen

tdf#88205 Delete 'css::uno::Sequence'

Change-Id: I23ecacb06f3c7c86a9a7f357d052175b7207aa2b
Reviewed-on: https://gerrit.libreoffice.org/21916Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 3294af80
...@@ -64,8 +64,7 @@ OUString VCLXAccessibleFixedHyperlink::getImplementationName() throw (uno::Runti ...@@ -64,8 +64,7 @@ OUString VCLXAccessibleFixedHyperlink::getImplementationName() throw (uno::Runti
uno::Sequence< OUString > VCLXAccessibleFixedHyperlink::getSupportedServiceNames() throw (uno::RuntimeException, std::exception) uno::Sequence< OUString > VCLXAccessibleFixedHyperlink::getSupportedServiceNames() throw (uno::RuntimeException, std::exception)
{ {
uno::Sequence< OUString > aNames { "com.sun.star.awt.AccessibleFixedHyperlink" }; return { "com.sun.star.awt.AccessibleFixedHyperlink" };
return aNames;
} }
......
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