[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - ucb/source
Michael Stahl
mstahl at redhat.com
Wed Oct 28 16:49:17 UTC 2015
ucb/source/ucp/image/ucpimage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b4326c93c7fdb635a24f92faeaa477464e186de1
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Oct 28 17:47:06 2015 +0100
ucb: GCC 4.6 doesn't do "final"
Change-Id: Id7ee86412288e96fda016acaeb965a53963408e0
diff --git a/ucb/source/ucp/image/ucpimage.cxx b/ucb/source/ucp/image/ucpimage.cxx
index fb3acff..70d0967 100644
--- a/ucb/source/ucp/image/ucpimage.cxx
+++ b/ucb/source/ucp/image/ucpimage.cxx
@@ -34,7 +34,7 @@
namespace {
-class Provider final:
+class Provider :
private osl::Mutex,
public cppu::WeakComponentImplHelper<
css::lang::XServiceInfo, css::ucb::XContentProvider>
More information about the Libreoffice-commits
mailing list