summaryrefslogtreecommitdiff
path: root/include/cppcanvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-21 12:56:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-22 14:04:39 +0200
commit939f9bd0b502ab5dc240be0c6f334becb1c944c8 (patch)
tree6a21bb339b7b171e668e3b57b3814c2c56f1d52a /include/cppcanvas
parentdbc371c4bed118678d71dba51a0dac7f604e1874 (diff)
loplugin:unusedfields in cppcanvas..cui
Change-Id: I1cf1f7919e03d863c6f7756e1caf3b9313777479 Reviewed-on: https://gerrit.libreoffice.org/40294 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/cppcanvas')
-rw-r--r--include/cppcanvas/renderer.hxx3
1 files changed, 0 insertions, 3 deletions
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;
};