From 1cfedbc960d25ee322b0a0e7aae8dc73758b406e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Mar 2017 16:09:36 +0200 Subject: drop SvxNumType and rename SvxExtNumType->SvxNumType Both of them are abstractions over the css::style::NumberingType constants. SvxNumType serves no useful purpose, since it's just a typedef to sal_Int16. At least SvxExtNumType wraps up the css::style::NumberingType constants in a nice enum. Change-Id: I7b3f97cd42b0aa23aff7a4db4930da86149d4f4e Reviewed-on: https://gerrit.libreoffice.org/34816 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/html/swhtml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/html/swhtml.hxx') diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx index c2a5ef372e03..cb16c4c9ac33 100644 --- a/sw/source/filter/html/swhtml.hxx +++ b/sw/source/filter/html/swhtml.hxx @@ -647,7 +647,7 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient // public: - static SvxExtNumType GetNumType( const OUString& rStr, SvxExtNumType eDfltType ); + static SvxNumType GetNumType( const OUString& rStr, SvxNumType eDfltType ); private: void NewField(); void EndField(); -- cgit v1.2.3