office-gobmx/cppcanvas
Tor Lillqvist d883c12556 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
2015-04-30 07:27:52 +03:00
..
inc/pch
qa Manual cleanup of misc. issues. 2015-04-10 13:40:40 +01:00
source Get rid of the initial :: for the vcl namespace 2015-04-30 07:27:52 +03:00
CppunitTest_cppcanvas_emfplus.mk
CppunitTest_cppcanvas_test.mk
Library_cppcanvas.mk
Library_mtfrenderer.mk
Makefile
Module_cppcanvas.mk
README

Helper C++ classes for [[canvas]], plus a GDIMetaFile-to-XCanvas converter.

== EMF+ ==

For cppcanvas/source/mtfrenderer, see the README in vcl (the EMF+ part).