summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw/FreehandImportFilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/draw/FreehandImportFilter.cxx')
-rw-r--r--writerperfect/source/draw/FreehandImportFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/draw/FreehandImportFilter.cxx b/writerperfect/source/draw/FreehandImportFilter.cxx
index 2afe6d687a59..941be250875a 100644
--- a/writerperfect/source/draw/FreehandImportFilter.cxx
+++ b/writerperfect/source/draw/FreehandImportFilter.cxx
@@ -58,7 +58,7 @@ throw (RuntimeException)
Reference< XInterface > SAL_CALL FreehandImportFilter_createInstance(const Reference< XComponentContext > &rContext)
throw(Exception)
{
- return (cppu::OWeakObject *) new FreehandImportFilter(rContext);
+ return static_cast<cppu::OWeakObject *>(new FreehandImportFilter(rContext));
}
// XServiceInfo