emfio/source/emfuno/emfuno.cxx | 2 +- emfio/source/reader/wmfreader.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 45751ae0fdb7df432290e9465ff51171537cbf5f Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Jul 1 07:13:48 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Jul 1 08:40:16 2020 +0200 Upcoming improved loplugin:staticanonymous -> redundantstatic: emfio Change-Id: Id7ceb329a6fa6f2af15bf4599ef97dcbd44fa64d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97559 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/emfio/source/emfuno/emfuno.cxx b/emfio/source/emfuno/emfuno.cxx index 1bf9e098d414..4b55eb6c54fb 100644 --- a/emfio/source/emfuno/emfuno.cxx +++ b/emfio/source/emfuno/emfuno.cxx @@ -27,7 +27,7 @@ namespace { -static cppu::ImplementationEntry const services[] = { +cppu::ImplementationEntry const services[] = { { &emfio::emfreader::XEmfParser_createInstance, &emfio::emfreader::XEmfParser_getImplementationName, &emfio::emfreader::XEmfParser_getSupportedServiceNames, diff --git a/emfio/source/reader/wmfreader.cxx b/emfio/source/reader/wmfreader.cxx index aa1c2be7a00e..c18189cc9734 100644 --- a/emfio/source/reader/wmfreader.cxx +++ b/emfio/source/reader/wmfreader.cxx @@ -1236,7 +1236,7 @@ namespace emfio } } - static const long aMaxWidth = 1024; + const long aMaxWidth = 1024; bool WmfReader::ReadHeader() { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
