diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-03-30 23:28:17 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-03-31 20:08:39 +0200 |
commit | 109717c9a2a4d33f2210ed1fbf6d874ff04f32d3 (patch) | |
tree | e37e9c58e2aff6f5248126187c68f4f6c477279b /sw/inc/editsh.hxx | |
parent | 3e7431f535f1c05ff730b0e3a67c2affe035b509 (diff) |
sw: prefix members of SwEditShell
Change-Id: I8a06e0660767f23518952e22cca1b56c16d0bbd1
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index c617931309d7..3831545230b5 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -137,9 +137,9 @@ typedef boost::ptr_vector<SwGetINetAttr> SwGetINetAttrs; #define CNT_HasGrf(USH) ((USH)&CNT_GRF) #define CNT_HasOLE(USH) ((USH)&CNT_OLE) -class SW_DLLPUBLIC SwEditShell: public SwCrsrShell +class SW_DLLPUBLIC SwEditShell : public SwCrsrShell { - static SvxSwAutoFmtFlags* pAutoFmtFlags; + static SvxSwAutoFmtFlags* s_pAutoFmtFlags; /// For the private methods DelRange and those of AutoCorrect. friend class SwAutoFormat; @@ -952,7 +952,7 @@ inline const sfx2::LinkManager& SwEditShell::GetLinkManager() const /// Class for automated call of Start- and EndAction(). class SwActContext { - SwEditShell *pSh; + SwEditShell & m_rShell; public: SwActContext(SwEditShell *pShell); ~SwActContext(); @@ -960,7 +960,7 @@ public: /// Class for automated call of Start- and EndCrsrMove(). class SwMvContext { - SwEditShell *pSh; + SwEditShell & m_rShell; public: SwMvContext(SwEditShell *pShell); ~SwMvContext(); |