summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-30 08:36:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-30 08:36:04 +0100
commit99261989ddbf4ec0223fe8ed3e874b27edf8843e (patch)
treea029c5c78ff5e5b4ac31694872275eaa71c76ee9 /sw/inc/hints.hxx
parente794e43a0cedb9b836f0d1d75ad31413ee74cfea (diff)
sw: prefix members of SwFindNearestNode
Change-Id: Iea2094f736837f5aecde2d9ff810dffb062d2315
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 97a639773f75..481993d409ce 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -242,12 +242,12 @@ public:
class SwFindNearestNode : public SwMsgPoolItem
{
- const SwNode *pNd, *pFnd;
+ const SwNode *m_pNode, *m_pFound;
public:
SwFindNearestNode( const SwNode& rNd );
void CheckNode( const SwNode& rNd );
- const SwNode* GetFoundNode() const { return pFnd; }
+ const SwNode* GetFoundNode() const { return m_pFound; }
};
class SwStringMsgPoolItem : public SwMsgPoolItem