Files
loongoffice/vcl/headless
Markus Mohrhard 4e74f1d5ae fix issue related to using namespace with pch
Just don't use using namespace at all. It is just causing in issues.

In this case the using namespace basegfx; makes references to
tools::Rectangle ambiguous with references to ::tools and
::basegfx::tools as options.

Found by RandomConfig tb run #377.

Change-Id: I0c2bacee0da44532045c13004d22477681f4ff25
Reviewed-on: https://gerrit.libreoffice.org/36498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-13 14:30:30 +02:00
..
2016-12-12 15:52:53 +02:00
2017-03-28 19:58:48 +00:00