From c72bb2da7bc8a7616539d57890139ee8b5360443 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 27 Apr 2013 21:12:52 +0300 Subject: Bin CLOOK comments and un-split one large switch statement CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's compiler a long time ago. No such problem in those versions we support. No need to mention CLOOK in comments any more. While at it, re-combine one large switch statement that was split to avoid CLOOK. Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2 Reviewed-on: https://gerrit.libreoffice.org/3640 Tested-by: LibreOffice gerrit bot Reviewed-by: David Tardon Tested-by: David Tardon --- sw/inc/doc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 1e77cacd2e72..d1956b84b921 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -605,7 +605,7 @@ private: DECL_LINK( AddDrawUndo, SdrUndoAction * ); // DrawModel - void DrawNotifyUndoHdl(); // Because of CLOOKs + void DrawNotifyUndoHdl(); /** Only for internal use and therefore private. Copy a range within the same or to another document. -- cgit