summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 08:46:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 09:38:24 +0100
commit6a7a0ac6aa50d6f90263c72fcfb42a6451fb841a (patch)
tree9a91e8e70d00fbc6ed2e8e975358931638f57aac /include/vcl/graph.hxx
parent3621c927b4555cb437fb89d28473228cb5d8e11a (diff)
Revert "loplugin:constfields in vcl"
This reverts commit 59887868da3499c68d5f259cfa48178354397448. Change-Id: I0f3f6a7680c78103a559a0f881badc8211b97ace Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90544 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 6030f3058a76..b159d4bf3797 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -53,11 +53,11 @@ class GraphicReader;
class SAL_WARN_UNUSED VCL_DLLPUBLIC GraphicConversionParameters
{
private:
- Size const maSizePixel; // default is (0,0)
+ Size maSizePixel; // default is (0,0)
- bool const mbUnlimitedSize : 1; // default is false
- bool const mbAntiAliase : 1; // default is false
- bool const mbSnapHorVerLines : 1; // default is false
+ bool mbUnlimitedSize : 1; // default is false
+ bool mbAntiAliase : 1; // default is false
+ bool mbSnapHorVerLines : 1; // default is false
public:
GraphicConversionParameters(