summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-11 11:23:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-11 15:45:36 +0100
commit696689c1da7dd8097a2322548572a0fe44b17c28 (patch)
tree14f8544a44bf30eb2a0bd4b63196d28b2d90752c /sw/source/filter/html/htmlcss1.cxx
parente21c3bec9de9d0a9b03aef330e48dcf5070ba73b (diff)
num->number and bul->bullet in sw/
make some symbols easier to read Change-Id: Icb5ea48dce1bcf4ae17e57e8f4c7bec3acd33f82 Reviewed-on: https://gerrit.libreoffice.org/84924 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/html/htmlcss1.cxx')
-rw-r--r--sw/source/filter/html/htmlcss1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index 67da1d78dece..40a2395ad793 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -2002,7 +2002,7 @@ void SwHTMLParser::SetAnchorAndAdjustment( const SvxCSS1PropertyInfo &rPropInfo,
sal_uInt16 nLeftSpace = 0, nRightSpace = 0;
short nIndent = 0;
- GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent );
+ GetMarginsFromContextWithNumberBullet( nLeftSpace, nRightSpace, nIndent );
if( SvxAdjust::Right==rPropInfo.m_eFloat )
{
@@ -2166,7 +2166,7 @@ void SwHTMLParser::GetMarginsFromContext( sal_uInt16& nLeft,
}
}
-void SwHTMLParser::GetMarginsFromContextWithNumBul( sal_uInt16& nLeft,
+void SwHTMLParser::GetMarginsFromContextWithNumberBullet( sal_uInt16& nLeft,
sal_uInt16& nRight,
short& nIndent ) const
{