summaryrefslogtreecommitdiffstats
path: root/include/oox/ppt/timenodelistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/timenodelistcontext.hxx')
-rw-r--r--include/oox/ppt/timenodelistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx
index c93ee8a4880f..02cba2936fe7 100644
--- a/include/oox/ppt/timenodelistcontext.hxx
+++ b/include/oox/ppt/timenodelistcontext.hxx
@@ -40,7 +40,7 @@ namespace oox { namespace ppt {
public:
virtual ~TimeNodeContext() throw() override;
- static TimeNodeContext * SAL_CALL makeContext( ::oox::core::FragmentHandler2 const & rParent, sal_Int32 aElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs, const TimeNodePtr & pNode );
+ static TimeNodeContext * makeContext( ::oox::core::FragmentHandler2 const & rParent, sal_Int32 aElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs, const TimeNodePtr & pNode );
protected:
TimeNodeContext( ::oox::core::FragmentHandler2 const & rParent, sal_Int32 aElement, const TimeNodePtr & pNode ) throw();