summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-11-13 02:36:26 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-12-19 20:52:37 +0100
commitdc8632a8b5c5dc4f58a4677d90f2f05133aa713d (patch)
tree7400ce510b5d04d6356e51f021314fbec8fa9363 /include/svtools
parentcbc8cbeb17753296b7dc45bd146bc80a7275866a (diff)
Drop some wrapper methods from SvtOptionsDrawinglayer
just use the wrapped officecfg methods instead of: IsSolidDragCreate IsRenderDecoratedTextDirect IsRenderSimpleTextDirect GetQuadratic3DRenderLimit GetQuadraticFormControlRenderLimit IsTransparentSelection Change-Id: Ie0f3ec0f8fdbbf08facfff1a372c666c8a0c8979 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160654 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/optionsdrawinglayer.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx
index a29d2899fef4..28767ce73fbe 100644
--- a/include/svtools/optionsdrawinglayer.hxx
+++ b/include/svtools/optionsdrawinglayer.hxx
@@ -50,16 +50,10 @@ SVT_DLLPUBLIC bool IsAAPossibleOnThisSystem();
// primitives
SVT_DLLPUBLIC bool IsAntiAliasing();
SVT_DLLPUBLIC bool IsSnapHorVerLinesToDiscrete();
-SVT_DLLPUBLIC bool IsSolidDragCreate();
-SVT_DLLPUBLIC bool IsRenderDecoratedTextDirect();
-SVT_DLLPUBLIC bool IsRenderSimpleTextDirect();
-SVT_DLLPUBLIC sal_uInt32 GetQuadratic3DRenderLimit();
-SVT_DLLPUBLIC sal_uInt32 GetQuadraticFormControlRenderLimit();
SVT_DLLPUBLIC void SetAntiAliasing( bool bOn, bool bTemporary );
// #i97672# selection settings
-SVT_DLLPUBLIC bool IsTransparentSelection();
SVT_DLLPUBLIC sal_uInt16 GetTransparentSelectionPercent();
SVT_DLLPUBLIC sal_uInt16 GetSelectionMaximumLuminancePercent();