diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-02 11:47:07 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-16 01:22:24 +0100 |
commit | 9a71ac689a7d5929f66df23f9fcc707bdb146e3f (patch) | |
tree | aaba8efb30a2d3490dddb831af7b853a30e654fe /include/svtools | |
parent | d799ba397e42d7a4ba62135e49b0c216c1d6a915 (diff) |
Drop some wrapper methods from SvtOptionsDrawinglayer
just use the wrapped officecfg methods instead of:
GetStripeLength
Change-Id: Id29c0b1ecbc513b5d778140b6e59139a507035d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160652
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/optionsdrawinglayer.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx index 8a0948d9da1b..ef7b96bbba58 100644 --- a/include/svtools/optionsdrawinglayer.hxx +++ b/include/svtools/optionsdrawinglayer.hxx @@ -36,15 +36,11 @@ namespace SvtOptionsDrawinglayer GetStripeColorB() SetStripeColorB() => Set second of two colors which overlay uses to draw stripes - GetStripeLength() - SetStripeLength() => Set length of a single stripe in pixels - @seealso configuration package "org.openoffice.Office.Common/Drawinglayer" *//*-*****************************************************************************************************/ SVT_DLLPUBLIC Color GetStripeColorA(); SVT_DLLPUBLIC Color GetStripeColorB(); -SVT_DLLPUBLIC sal_uInt16 GetStripeLength(); // #i4219# SVT_DLLPUBLIC sal_uInt32 GetMaximumPaperWidth(); |