From d883c12556a71c5d3719454b1f95809a505f0ace Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 28 Apr 2015 23:09:13 +0300 Subject: Get rid of the initial :: for the vcl namespace We used it all over the place without leading :: already anyway, even in many files in include. So let's be consistent. In the majority of cases, prefer the easier-on-the-eyes choice, not the "safe" one. In those files in include where *all* existing uses of ::vcl:: indeed used the :: prefix, there let's keep it for consistency. Change-Id: If99cb41d3bf290d38c601d91125c3c8d935e61d0 --- cppcanvas/source/inc/implrenderer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcanvas/source/inc') diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index 7514bc4205b5..e264d7791ca1 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -241,7 +241,7 @@ static float GetSwapFloat( SvStream& rSt ) static ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > createFont( double& o_rFontRotation, - const ::vcl::Font& rFont, + const vcl::Font& rFont, const ActionFactoryParameters& rParms ); bool createActions( GDIMetaFile& rMtf, const ActionFactoryParameters& rParms, -- cgit