summaryrefslogtreecommitdiff
path: root/include/svx/xmlexchg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xmlexchg.hxx')
-rw-r--r--include/svx/xmlexchg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xmlexchg.hxx b/include/svx/xmlexchg.hxx
index 7de6e3ab923c..18b09be08f8b 100644
--- a/include/svx/xmlexchg.hxx
+++ b/include/svx/xmlexchg.hxx
@@ -50,7 +50,7 @@ namespace svx
OUString szServiceName;
css::uno::Reference< css::beans::XPropertySet > xPropSet;
- inline OXFormsDescriptor( void ) {}
+ inline OXFormsDescriptor() {}
inline OXFormsDescriptor( const OXFormsDescriptor &rhs ) { *this=rhs; }
inline OXFormsDescriptor &operator = ( const OXFormsDescriptor &rhs ) {
szName = rhs.szName;