diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-10-14 19:28:47 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-10-14 19:36:56 +0000 |
commit | 866909c1db1c81fc6b64184bbc715766a09e2d4b (patch) | |
tree | d75908477e48a35e660b6e4198e604541d701fb6 /include | |
parent | 8840a66faceb5ebff2e6021e9b14da691d420234 (diff) |
Improve performance by using the ScCalcOptions for OpenCL.
Use the new configurationlistener to track the relevant setting.
Change-Id: I9decea55df25f7eb34cd2fef94743d1907360d16
Reviewed-on: https://gerrit.libreoffice.org/19377
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/configurationlistener.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/configurationlistener.hxx b/include/comphelper/configurationlistener.hxx index 2bdb2eecdd53..80194ae5f917 100644 --- a/include/comphelper/configurationlistener.hxx +++ b/include/comphelper/configurationlistener.hxx @@ -57,7 +57,7 @@ public: virtual inline ~ConfigurationListenerProperty(); - uno_type get() { return maValue; } + uno_type get() const { return maValue; } }; class COMPHELPER_DLLPUBLIC ConfigurationListener : |