summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/attrdesc.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-09-30 09:07:22 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-30 09:58:32 +0200
commit8aa8893be8f3c7e4acfdacb401f8fe3d297647b5 (patch)
tree59bd26921285d15519a33b5c9ba3651fa831c35b /sw/source/uibase/utlui/attrdesc.cxx
parentbdbb65ea3d147b6e160aaeda5740b032469590e3 (diff)
sw: prefix members of SwGammaGrf
See tdf#94879 for motivation. Change-Id: I53e8dd6a24da0a35d36f415237525b8cb87854c4 Reviewed-on: https://gerrit.libreoffice.org/79824 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/utlui/attrdesc.cxx')
-rw-r--r--sw/source/uibase/utlui/attrdesc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/attrdesc.cxx b/sw/source/uibase/utlui/attrdesc.cxx
index e69c13419bf0..421d1d749da0 100644
--- a/sw/source/uibase/utlui/attrdesc.cxx
+++ b/sw/source/uibase/utlui/attrdesc.cxx
@@ -695,7 +695,7 @@ bool SwMirrorGrf::GetPresentation(
if (pId)
{
rText = SwResId(pId);
- if (bGrfToggle)
+ if (m_bGrfToggle)
rText += SwResId( STR_MIRROR_TOGGLE );
}
return true;