From aa58c380894dd384f6ce1efc62b3932136f2f477 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Feb 2020 16:53:39 +0200 Subject: convert XML_STYLE_FAMILY to scoped enum Change-Id: I5335b0190a2f5a8111993c0c9c224c8a6a8f0cfb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88723 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/txtparae.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/xmloff/txtparae.hxx') diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index b85f78f1dbfe..a46b3e6e5974 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -375,17 +375,17 @@ public: /// add autostyle for specified family void Add( - sal_uInt16 nFamily, + XmlStyleFamily nFamily, MultiPropertySetHelper& rPropSetHelper, const css::uno::Reference< css::beans::XPropertySet > & rPropSet ); void Add( - sal_uInt16 nFamily, + XmlStyleFamily nFamily, const css::uno::Reference< css::beans::XPropertySet > & rPropSet, const XMLPropertyState** pAddState = nullptr, bool bDontSeek = false ); /// find style name for specified family and parent OUString Find( - sal_uInt16 nFamily, + XmlStyleFamily nFamily, const css::uno::Reference< css::beans::XPropertySet > & rPropSet, const OUString& rParent, const XMLPropertyState** pAddState = nullptr ) const; -- cgit