summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-01-27 09:05:44 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-27 11:09:01 +0100
commited41cf71d09878766f7883e64efccc1dbaed13eb (patch)
tree06d29718672fbbf9742e7d8eb8498648b600739f /sw/inc/shellio.hxx
parent9e539380aea76543b7c1a7880c3eaec00bb5561e (diff)
sw: prefix members of StgReader, SwAuthEntry, ...
... SwChartLockController_Helper and SwInterHyphInfo See tdf#94879 for motivation. Change-Id: I76b5380eefef63c2c02635ac31eca171906125b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87486 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index a959136a5244..ad174afb3d61 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -296,11 +296,11 @@ public:
class SW_DLLPUBLIC StgReader : public Reader
{
- OUString aFltName;
+ OUString m_aFltName;
public:
virtual SwReaderType GetReaderType() override;
- const OUString& GetFltName() const { return aFltName; }
+ const OUString& GetFltName() const { return m_aFltName; }
virtual void SetFltName( const OUString& r ) override;
};