diff options
Diffstat (limited to 'include/xmloff/xmlnume.hxx')
-rw-r--r-- | include/xmloff/xmlnume.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx index d522399b9a5e..e343865494dc 100644 --- a/include/xmloff/xmlnume.hxx +++ b/include/xmloff/xmlnume.hxx @@ -59,7 +59,7 @@ protected: /// Override this to add attributes to the <list-style> element. SAL_DLLPRIVATE void AddListStyleAttributes(); - SAL_DLLPRIVATE bool exportStyle( const css::uno::Reference< css::style::XStyle >& rStyle ); + SAL_DLLPRIVATE void exportStyle( const css::uno::Reference< css::style::XStyle >& rStyle ); SAL_DLLPRIVATE void exportOutline(); SvXMLExport& GetExport() { return rExport; } |