summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlbas.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-16 08:06:36 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-16 09:10:43 +0200
commit266e58d246e34cfcea3ccfb8dcb05fde93d04c77 (patch)
treee03d5acc3ac2df888dbfbdc550b5717a80403a2f /sw/source/filter/html/htmlbas.cxx
parent5d20d3bf1f927b9eae8ea7180e919a617247ffc2 (diff)
sw: prefix members of Writer
Change-Id: Iee39219eb9de089ded9658eb75fcf258c3bd951d Reviewed-on: https://gerrit.libreoffice.org/52931 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/filter/html/htmlbas.cxx')
-rw-r--r--sw/source/filter/html/htmlbas.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx
index b8aa98f72f68..f9b273d55501 100644
--- a/sw/source/filter/html/htmlbas.cxx
+++ b/sw/source/filter/html/htmlbas.cxx
@@ -254,7 +254,7 @@ void SwHTMLWriter::OutBasic()
if( !m_bCfgStarBasic )
return;
- BasicManager *pBasicMan = pDoc->GetDocShell()->GetBasicManager();
+ BasicManager *pBasicMan = m_pDoc->GetDocShell()->GetBasicManager();
OSL_ENSURE( pBasicMan, "Where is the Basic-Manager?" );
// Only write DocumentBasic
if( !pBasicMan || pBasicMan == SfxApplication::GetBasicManager() )
@@ -307,7 +307,7 @@ static const char* aEventNames[] =
void SwHTMLWriter::OutBasicBodyEvents()
{
- SwDocShell *pDocSh = pDoc->GetDocShell();
+ SwDocShell *pDocSh = m_pDoc->GetDocShell();
if( !pDocSh )
return;