diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:38:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:38:49 +0200 |
commit | c047451f8a7d2878a2b8be39817105c3d362af0e (patch) | |
tree | cf7b669b546baa9435853ce0e70d1c243cc51791 /editeng/source/xml | |
parent | 59a051d27d81114ca188c47db23a97c482fdfec6 (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I13a85e13b22559a9f1571ef5771b26d70a5cd4fb
Diffstat (limited to 'editeng/source/xml')
-rw-r--r-- | editeng/source/xml/xmltxtexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx index 49196c4ba86c..9ec93aef19f5 100644 --- a/editeng/source/xml/xmltxtexp.cxx +++ b/editeng/source/xml/xmltxtexp.cxx @@ -382,7 +382,7 @@ SvxXMLTextExportComponent::SvxXMLTextExportComponent( SVX_UNOEDIT_FONT_PROPERTIES, // SVX_UNOEDIT_OUTLINER_PROPERTIES, {OUString(UNO_NAME_NUMBERING_RULES), EE_PARA_NUMBULLET, cppu::UnoType<com::sun::star::container::XIndexReplace>::get(), 0, 0 }, - {OUString(UNO_NAME_NUMBERING), EE_PARA_BULLETSTATE,::getBooleanCppuType(), 0, 0 }, + {OUString(UNO_NAME_NUMBERING), EE_PARA_BULLETSTATE,cppu::UnoType<bool>::get(), 0, 0 }, {OUString(UNO_NAME_NUMBERING_LEVEL), EE_PARA_OUTLLEVEL, ::cppu::UnoType<sal_Int16>::get(), 0, 0 }, SVX_UNOEDIT_PARA_PROPERTIES, { OUString(), 0, css::uno::Type(), 0, 0 } |