From da7489eb6aa9dfedb43f9be6e1b90e3ae06a75cc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Jul 2020 15:19:30 +0200 Subject: compact namespace decl used git grep -lw namespace | xargs perl -i -p0e 's/(\w+)\s*.\{.\s*namespace\s*(\w+)/\1::\2/smg;' to do the initial replace, then compiled and fixed. Change-Id: If69904d75940c851aeffab0e78c4ba02cc968d44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98526 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/inc/thumbnailviewitem.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/thumbnailviewitem.hxx b/sfx2/inc/thumbnailviewitem.hxx index dea5e65c1774..e20a8c0b4f6d 100644 --- a/sfx2/inc/thumbnailviewitem.hxx +++ b/sfx2/inc/thumbnailviewitem.hxx @@ -42,7 +42,6 @@ namespace drawinglayer { namespace processor2d { class BaseProcessor2D; } - namespace primitive2d { class PolygonHairlinePrimitive2D; } -- cgit