summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-19 13:57:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-20 07:59:20 +0200
commit4ba5b003b594f9eb6c9b185208bdb72aef8273d0 (patch)
treee174dd04b900e1d3fd81793318a0d74e8765c188 /sw/source/uibase/inc
parent7fe8c33dfc940659011cc2f210d282987f81399f (diff)
loplugin:staticvar in sw
Change-Id: I73b0fb18febfe1d26bb63e1755b0b8c123aa854f Reviewed-on: https://gerrit.libreoffice.org/62004 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx
index 377101b6232b..a01b5eec508d 100644
--- a/sw/source/uibase/inc/frmpage.hxx
+++ b/sw/source/uibase/inc/frmpage.hxx
@@ -119,8 +119,8 @@ class SwFramePage: public SfxTabPage
sal_Int16 m_nOldV;
sal_Int16 m_nOldVRel;
- FrameMap* m_pVMap;
- FrameMap* m_pHMap;
+ FrameMap const * m_pVMap;
+ FrameMap const * m_pHMap;
bool m_bAllowVertPositioning;
bool m_bIsMathOLE;