summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-11-10 17:57:19 +0000
committerMichael Meeks <michael.meeks@collabora.com>2017-11-11 16:56:33 +0100
commitb77af2396adbab0ec4fea4160e0c711b080fff67 (patch)
tree92278cb7d916dce44b658888be7f43a8b0c33658 /include/vcl/settings.hxx
parent5bd7cc788d0b0f4a2595f32f4897abe6e39ce6c8 (diff)
vcl: StyleSettings - start to unwind code duplication.
This should be a pure re-factor, plus headless tweak. Change-Id: Iad7f524ea76625601b3f85cc13a50311ed1de171 Reviewed-on: https://gerrit.libreoffice.org/44624 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 097605e7c251..97d5d8265b99 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -607,6 +607,10 @@ public:
bool operator ==( const StyleSettings& rSet ) const;
bool operator !=( const StyleSettings& rSet ) const;
+
+ // Batch setters used by various backends
+ void BatchSetBackgrounds( const Color &aBackColor,
+ bool bCheckedColorSpecialCase = true);
};