summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-05-04 15:51:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-05-04 15:52:57 +0200
commit135c63c8f9cc363c0895542b0f3bed48b61ea836 (patch)
tree5afa3bcc304e246b38058c2ad7b0d1fd1e76a05f /sax/source/expatwrap
parentc48fe716225b1b784d657685396b6cf5fee4fc3d (diff)
fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
Diffstat (limited to 'sax/source/expatwrap')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index e80b8bda7a92..287e2f7458e1 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -978,7 +978,7 @@ Reference < XInterface > SAL_CALL SaxWriter_CreateInstance(
throw (Exception)
{
SAXWriter *p = new SAXWriter;
- return Reference< XInterface > ( SAL_STATIC_CAST(OWeakObject *, p ) );
+ return Reference< XInterface > ( (static_cast< OWeakObject * >(p)) );
}
OUString SaxWriter_getServiceName() throw()