summaryrefslogtreecommitdiff
path: root/vcl/qt5
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-11-01 12:05:18 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-11-01 09:54:03 +0100
commit9732a89b6bfff019ca0ac816cd821f049ab6ebbf (patch)
treed7f1a312223e52d416294a979bd83ff888c17b27 /vcl/qt5
parent5c2778037f16784482088aa4008a7bf27aa7bd50 (diff)
Drop GraphicFilter's bUseConfig
It controlled how the FilterConfigCache initialized, and also how the unused aFilterPath was initialized. The FilterConfigCache is reused, when there are other instances of GraphicFilter - so that means, that the "bUseConfig" flag doesn't necessarily mean that the initialization will happen as intended: the existing instance could have been initialized using the other value. Avoid this indeterministic behavior, and always use the config, except in fuzzing. The VCL tests, that could possibly once depend on that, now use config, so this is not an issue - and that means testing the same thing as used in the working code, not something different. Change-Id: I6555dc47328b362e020138cf454f5ede7f39d063 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175894 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/qt5')
0 files changed, 0 insertions, 0 deletions