[Libreoffice-commits] core.git: postprocess/qa
Stephan Bergmann
sbergman at redhat.com
Wed Mar 25 04:02:17 PDT 2015
postprocess/qa/services.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 0620451818b62a3a253400763084cb61a1a34c34
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Mar 25 11:59:57 2015 +0100
Revert "give this a copy ctor"
This reverts commit da42d1100832aae524c2e6b0ba738623df775a3d, problem is fixed
now with fc56579e9d3ef0be4912ff48e38d057d5d608ee5 "Keep GCC 4.6 happy"
Conflicts:
postprocess/qa/services.cxx
Change-Id: If819749d322a0887c1668fbbe563d14e0402ac78
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 2a7cc8e..ec26474 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -146,10 +146,6 @@ void Test::test() {
serviceName(theServiceName),
defaultConstructor(theDefaultConstructor)
{}
- Constructor(Constructor const &other):
- serviceName(other.serviceName),
- defaultConstructor(other.defaultConstructor)
- {}
OUString serviceName;
bool defaultConstructor;
};
More information about the Libreoffice-commits
mailing list