diff options
author | Bernhard Widl <bernhard.widl@cib.de> | 2017-04-05 15:42:28 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-04-05 14:53:29 +0000 |
commit | bd6ad1d498c7104ea18597678a763c0066b2a49f (patch) | |
tree | 9a3ae94c3018005a6e3403dd62c29f52b11370a4 /unusedcode.exclude | |
parent | 2e8868493efb480c54894bcf7850de22fd885f7e (diff) |
moved StyleSettings from unusedcode.easy to unusedcode.exclude
some StyleSettings methods are used in win and mac builds.
Change-Id: I1b0c0d27614a621fec89bb7f405a65a1b2907c68
Reviewed-on: https://gerrit.libreoffice.org/36150
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'unusedcode.exclude')
-rw-r--r-- | unusedcode.exclude | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unusedcode.exclude b/unusedcode.exclude index 716e6a56cb38..6b3509bbaf8a 100644 --- a/unusedcode.exclude +++ b/unusedcode.exclude @@ -31,4 +31,12 @@ FontCharMap::GetDefaultMap(bool) OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) SvpSalFrame::enableDamageTracker(bool) SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) +StyleSettings::SetAlternatingRowColor(Color const&) +StyleSettings::SetCursorSize(long) +StyleSettings::SetFloatTitleHeight(long) +StyleSettings::SetHideDisabledMenuItems(bool) +StyleSettings::SetSpinSize(long) +StyleSettings::SetTitleHeight(long) +StyleSettings::SetUseFlatBorders(bool) +StyleSettings::SetUseFlatMenus(bool) |