From 2976b53ff8c815f5f6a5deba1763fba153bd528f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 16 Mar 2013 22:33:14 +0200 Subject: Bin more pointless comments and ASCII graphics Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123 --- svx/inc/gallery.hrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svx/inc/gallery.hrc') diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc index a7fea64688ec..2396db0dceae 100644 --- a/svx/inc/gallery.hrc +++ b/svx/inc/gallery.hrc @@ -23,10 +23,6 @@ #include #include "galtheme.hrc" -// ----------- -// - Defines - -// ----------- - // Dialoge #define RID_SVXDLG_GALLERYBROWSER (RID_SVX_GALLERY_START + 5) -- cgit