summaryrefslogtreecommitdiff
path: root/include/svx/xmlexchg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 15:57:52 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:10 +0200
commit09a43f02816f0a9ec49c1f14ac8b911b8a34dea8 (patch)
tree391cda62c0c2a29d9b082ae1e04a28cd1ca152b4 /include/svx/xmlexchg.hxx
parent447b92760d097eeb658b2302d5ddcdd95e006a1d (diff)
convert include/svx/xmlexchg.hxx from String to OUString
Change-Id: I45a71c4b5983dcd2f19d0bc10ed008a09094eb0a
Diffstat (limited to 'include/svx/xmlexchg.hxx')
-rw-r--r--include/svx/xmlexchg.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svx/xmlexchg.hxx b/include/svx/xmlexchg.hxx
index 3632bb1fd584..23960e7fb8ea 100644
--- a/include/svx/xmlexchg.hxx
+++ b/include/svx/xmlexchg.hxx
@@ -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; }