summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/pagefrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-11-30 09:03:34 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-30 09:36:52 +0100
commitb46dc75e4405f17dfe9c92c5447bd70a3e2ffd7b (patch)
tree732aa52bbe86058e9c20967a5fc0373366aada57 /sw/source/core/inc/pagefrm.hxx
parentfca175a7509b598560a612bc58b4817690665688 (diff)
sw: prefix members of SwCursorOszControl, SwLineRects, SwPageFrame and ...
... SwShortCut See tdf#94879 for motivation. Change-Id: I81c1526954c28284a0844038ccc9a3f41268d1c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106850 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/inc/pagefrm.hxx')
-rw-r--r--sw/source/core/inc/pagefrm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx
index a67b089e5efb..24c6ba554d45 100644
--- a/sw/source/core/inc/pagefrm.hxx
+++ b/sw/source/core/inc/pagefrm.hxx
@@ -63,7 +63,7 @@ class SAL_DLLPUBLIC_RTTI SwPageFrame: public SwFootnoteBossFrame
bool m_bInvalidWordCount :1;
bool m_bHasGrid :1; // Grid for Asian layout
- static const sal_Int8 mnShadowPxWidth;
+ static const sal_Int8 snShadowPxWidth;
void UpdateAttr_( const SfxPoolItem*, const SfxPoolItem*, sal_uInt8 &,
SwAttrSetChg *pa = nullptr, SwAttrSetChg *pb = nullptr );