From 939f9bd0b502ab5dc240be0c6f334becb1c944c8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Jul 2017 12:56:37 +0200 Subject: loplugin:unusedfields in cppcanvas..cui Change-Id: I1cf1f7919e03d863c6f7756e1caf3b9313777479 Reviewed-on: https://gerrit.libreoffice.org/40294 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/cppcanvas/renderer.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/cppcanvas/renderer.hxx') diff --git a/include/cppcanvas/renderer.hxx b/include/cppcanvas/renderer.hxx index 908c3d278d28..51b5085ca455 100644 --- a/include/cppcanvas/renderer.hxx +++ b/include/cppcanvas/renderer.hxx @@ -127,9 +127,6 @@ namespace cppcanvas /// Optionally forces the given font letter form (italics etc.) for all text actions ::boost::optional< sal_Int8 > maFontLetterForm; - /// Optionally forces the given font proportion (condensed, monospaced etc.) for all text actions - ::boost::optional< sal_Int8 > maFontProportion; - /// Optionally forces underlining for all text actions ::boost::optional< bool > maFontUnderline; }; -- cgit