summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-10-24 10:08:44 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-10-24 09:50:21 +0000
commit87296258189bea6bebae9ff6c31dc9e76d8b2c56 (patch)
treec6671f96a2ddde3d135015acb84323fd1959bf9d /sw/source/filter/html/swhtml.cxx
parent330b1d8b1e1eae9ec0a4504676c3518ca5d9a951 (diff)
sw: prefix members of SvxCSS1PropertyInfo
Change-Id: I9ac5e5f75e76694dd372bcafd87e84a63f61b47c Reviewed-on: https://gerrit.libreoffice.org/30219 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/filter/html/swhtml.cxx')
-rw-r--r--sw/source/filter/html/swhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index c790123b3b24..7d81018855be 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -5146,8 +5146,8 @@ void SwHTMLParser::InsertLineBreak()
aBreakItem = static_cast<const SvxFormatBreakItem &>(aItemSet.Get( RES_BREAK ));
bBreakItem = true;
}
- if( !aPropInfo.aId.isEmpty() )
- InsertBookmark( aPropInfo.aId );
+ if( !aPropInfo.m_aId.isEmpty() )
+ InsertBookmark( aPropInfo.m_aId );
}
}