summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 16:12:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 08:10:59 +0200
commit453879cfd8f4a8e22847043231a0929e4d50f238 (patch)
treee3f9e78f4be775a31f99e27e20747b54d2e9a941 /sd/inc/drawdoc.hxx
parentec7e3609917092ee00667c78ff40cd4c2f0adec1 (diff)
loplugin:constfields in sd
Change-Id: Ia072401c71dacf089b9f5213957c2cd25bb1a1b3 Reviewed-on: https://gerrit.libreoffice.org/61553 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 92234c49e5c1..4678dfefcfe5 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -175,7 +175,7 @@ private:
SvxNumType mePageNumType;
::sd::DrawDocShellRef mxAllocedDocShRef; // => AllocModel()
bool mbAllocDocSh; // => AllocModel()
- DocumentType meDocType;
+ DocumentType const meDocType;
std::unique_ptr<CharClass>
mpCharClass;