diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:53:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:37 +0200 |
commit | c21979a3279953ec28fc3d6e379b9a3ba98c4fd3 (patch) | |
tree | 69cd0929d5d6acfe96af2cdd77e2d4ab1e4c6ba0 /xmloff/source/style/xmltabe.cxx | |
parent | b2d0d7172a7fb3db7370b9dbe5733ff7c9689a2e (diff) |
loplugin:staticcall
Change-Id: I7691a6d267ea572e3fdd028c1cfae7b721a76da7
Diffstat (limited to 'xmloff/source/style/xmltabe.cxx')
-rw-r--r-- | xmloff/source/style/xmltabe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmltabe.cxx b/xmloff/source/style/xmltabe.cxx index 5c16c9d8b9b1..d1c92f23ad94 100644 --- a/xmloff/source/style/xmltabe.cxx +++ b/xmloff/source/style/xmltabe.cxx @@ -57,7 +57,7 @@ void SvxXMLTabStopExport::exportTabStop( const ::com::sun::star::style::TabStop* // type attribute if( style::TabAlign_LEFT != pTabStop->Alignment ) { - rUnitConv.convertEnum( sBuffer, pTabStop->Alignment, + SvXMLUnitConverter::convertEnum( sBuffer, pTabStop->Alignment, pXML_tabstop_style ); rExport.AddAttribute( XML_NAMESPACE_STYLE, XML_TYPE, sBuffer.makeStringAndClear() ); |