summaryrefslogtreecommitdiffstats
path: root/include/sax/fastattribs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax/fastattribs.hxx')
-rw-r--r--include/sax/fastattribs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index 0a7d8712fb17..75dca6a83f7f 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -106,7 +106,7 @@ public:
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
{
assert( dynamic_cast <FastAttributeList *> ( xAttrList.get() ) != nullptr );
- return ( static_cast <FastAttributeList *> ( xAttrList.get() ) );
+ return static_cast <FastAttributeList *> ( xAttrList.get() );
}
/// Use for fast iteration and conversion of attributes