summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animationimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animationimport.cxx')
-rw-r--r--xmloff/source/draw/animationimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx
index ae6556b99b0c..3f7337dd5030 100644
--- a/xmloff/source/draw/animationimport.cxx
+++ b/xmloff/source/draw/animationimport.cxx
@@ -99,8 +99,8 @@ OUString AnimationsImport_getImplementationName() throw()
return OUString( "xmloff::AnimationsImport" );
}
-static ::rtl::OUString
-lcl_GetMediaReference(SvXMLImport const& rImport, ::rtl::OUString const& rURL)
+static OUString
+lcl_GetMediaReference(SvXMLImport const& rImport, OUString const& rURL)
{
if (rImport.IsPackageURL(rURL))
return "vnd.sun.star.Package:" + rURL;
c27e805c4501451857abff19c23b3719146a3'>tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai 2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai 2017-07-31loplugin:constparams in ooxNoel Grandin 2017-07-28tdf#107723 Import font name from text portions in shapesSamuel Mehrbrodt 2017-06-09GSoC: import VML shape adjustmentsGrzegorz Araminowicz 2017-06-08Watermark: VML export/import font sizeSzymon Kłos 2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz 2017-05-28Watermark: VML font-family import for textpathSzymon Kłos 2017-05-25loplugin:constantparamNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann