summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-23 09:39:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-23 13:02:45 +0100
commit604df2f608c03a59be65822d27babf0b00714bd6 (patch)
tree3d559101970e8ac1e3067416259d5d1b03749574 /postprocess
parent119d8137695e38c16e9fad9f3ce8a774f58e4b9a (diff)
[API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControl
There is exactly one implementation of css.frame.FrameControl (which demands a property named "ComponentUrl" not "ComponentURL"), and exactly one place where that property is used. So switch those two places to use the spelling of the property name as documented in the UNOIDL service. (Even though that can be considered an incompatible change, in the unlikely case that 3rd party code expects to be able to access the given implementation's property with the mis- spelled name.) Change-Id: I4fa3f21851b61079c09deea1a24aac22bc96f36f Reviewed-on: https://gerrit.libreoffice.org/51766 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/qa/services.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 331f84c16c7a..232a537c4e7e 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -493,8 +493,7 @@ void Test::createInstance(
{"com.sun.star.comp.report.OFormattedField", "TextColor"},
{"com.sun.star.comp.report.OFormattedField", "TextLineColor"},
{"com.sun.star.comp.report.OFormattedField", "TreatAsNumber"},
- {"stardiv.Toolkit.UnoControlRoadmapModel", "Interactive"},
- {"stardiv.UnoControls.FrameControl", "ComponentUrl"}};
+ {"stardiv.Toolkit.UnoControlRoadmapModel", "Interactive"}};
if (blacklist.find({implementationName, prop->getName()}) != blacklist.end()) {
continue;
}