diff options
Diffstat (limited to 'include/xmloff/xmlictxt.hxx')
-rw-r--r-- | include/xmloff/xmlictxt.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index afa9698a2be6..bd21e95436f6 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -96,9 +96,7 @@ public: virtual void onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& rCandidate ); }; -SV_DECL_REF( SvXMLImportContext ) -SV_IMPL_REF( SvXMLImportContext ) - +typedef tools::SvRef<SvXMLImportContext> SvXMLImportContextRef; #endif // INCLUDED_XMLOFF_XMLICTXT_HXX |