summaryrefslogtreecommitdiff
path: root/sw/inc/fchrfmt.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-09-04 10:11:59 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-09-04 11:02:40 +0200
commit0a05919fa3b8a63d74abb13cc1ee25656cb659f0 (patch)
treea5a28e9ed39e6a31a81ce1eb0b8c9d8de70c9078 /sw/inc/fchrfmt.hxx
parent7aa7f4d9e4294959748bccf9e763154740251635 (diff)
sw: prefix members of SwFormatCharFormat
Change-Id: Id1f860b1355ad835fd2ab991c4bbb7db49dbda69 Reviewed-on: https://gerrit.libreoffice.org/41875 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/fchrfmt.hxx')
-rw-r--r--sw/inc/fchrfmt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx
index 982346afd9c5..03d1692115c1 100644
--- a/sw/inc/fchrfmt.hxx
+++ b/sw/inc/fchrfmt.hxx
@@ -30,7 +30,7 @@ class IntlWrapper;
class SW_DLLPUBLIC SwFormatCharFormat: public SfxPoolItem, public SwClient
{
friend class SwTextCharFormat;
- SwTextCharFormat* pTextAttr; ///< My text attribute.
+ SwTextCharFormat* m_pTextAttribute; ///< My text attribute.
public:
/// single argument ctors shall be explicit.