From 586612e4f51500a3ff7611f5446d5ee4757c7d8a Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Wed, 2 Apr 2014 12:53:49 +0200 Subject: Fix mac build: "<::" cannot begin a template-argument list Change-Id: Iddc71ca948ae478aa865378e0f3d3c7bbdcc577b --- include/avmedia/mediaitem.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/avmedia') diff --git a/include/avmedia/mediaitem.hxx b/include/avmedia/mediaitem.hxx index c512e2654eb9..7fec0bd63244 100644 --- a/include/avmedia/mediaitem.hxx +++ b/include/avmedia/mediaitem.hxx @@ -131,8 +131,8 @@ bool AVMEDIA_DLLPUBLIC EmbedMedia( OUString GetFilename(OUString const& rSourceURL); -::com::sun::star::uno::Reference<::com::sun::star::io::XStream> CreateStream( - ::com::sun::star::uno::Reference<::com::sun::star::embed::XStorage> const& xStorage, OUString const& rFilename); +::com::sun::star::uno::Reference< ::com::sun::star::io::XStream> CreateStream( + ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage> const& xStorage, OUString const& rFilename); } #endif -- cgit