Kaydet (Commit) 09a43f02 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/svx/xmlexchg.hxx from String to OUString

Change-Id: I45a71c4b5983dcd2f19d0bc10ed008a09094eb0a
üst 447b9276
......@@ -46,11 +46,9 @@ namespace svx
struct SVX_DLLPUBLIC OXFormsDescriptor {
String szName;
String szServiceName;
::com::sun::star::uno::Reference
< ::com::sun::star::beans::XPropertySet >
xPropSet;
OUString szName;
OUString szServiceName;
css::uno::Reference< css::beans::XPropertySet > xPropSet;
inline OXFormsDescriptor( void ) {}
inline OXFormsDescriptor( const OXFormsDescriptor &rhs ) { *this=rhs; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment