[PATCH] remove dead code minstack.hxx

2013-04-15 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3397 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/3397/1 remove dead code minstack.hxx Change-Id: I67a7a4c51188187c1ab234f8e9d2634eb018badf --- M sfx2/Package_inc.mk D

[PATCH] remove dead code

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3361 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/3361/1 remove dead code Change-Id: I18b203f9647e2fd5199a2d15f4be67c99f7def5d --- D sfx2/source/inc/mnucfga.hxx M

[PATCH] Remove dead code

2012-10-02 Thread Takeshi Abe (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/747 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/747/1 Remove dead code SW_CRSR_TIMER was undefined Change-Id: Ib851170ea61547e0ceaa6721c0b2fb90fecaecd3 --- M

Re: [Libreoffice] [PUSHED] [PATCH] remove dead code and uncompiled code in 'sd' module

2011-04-14 Thread Thorsten Behrens
cocofan wrote: Attached is a patch for the Easy Hack removing commented out code (dead or uncompiled code). Hi cocofan, cool, many thanks for that cleanup - pushed with a few tweaks: * stuff commented out with a todo-mark - paraphrased intent into one-liner todo statement, we usually

[Libreoffice] [PATCH] remove dead code and uncompiled code in 'sd' module

2011-04-13 Thread cocofan
Attached is a patch for the Easy Hack removing commented out code (dead or uncompiled code). This is for the 'sd' module since I've been working in it lately. I wasn't sure what other code needs to be done as I couldn't find any information on which parts of the code have already been cleaned

[Libreoffice] [PATCH] Remove dead code inside sd.

2011-03-02 Thread Rafael Dominguez
0001-Remove-dead-code-inside-sd.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] [PATCH] Remove dead code

2011-03-01 Thread Thomas Arnhold
Nice, thanks :) Pushed it. Thomas On 02/28/2011 11:21 PM, Michael Lefevre wrote: ACCESSIBLE_EVENT_NOTIFICATION_ENABLED was never define. So the #ifdef #endif brackets could go away. --- .../extended/accessibleiconchoicectrlentry.hxx | 16

Re: [Libreoffice] [PUSHED] [Patch] remove dead code

2011-03-01 Thread Thomas Arnhold
Thanks, pushed the first one. The second didn't apply (0002-..). Thomas On 02/27/2011 10:26 PM, Xisco FaulĂ­ wrote: Remode all dead code from /libs-core/sfx2/source ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] Remove dead code

2011-02-28 Thread Michael Lefevre
ACCESSIBLE_EVENT_NOTIFICATION_ENABLED was never define. So the #ifdef #endif brackets could go away. --- .../extended/accessibleiconchoicectrlentry.hxx | 16 .../extended/accessibleiconchoicectrlentry.cxx | 15 --- 2 files changed, 0 insertions(+), 31

[Libreoffice] [PATCH] remove dead code and fix memleak

2011-02-09 Thread Takeshi Abe
Hi, Here is a couple of tiny patches under LGPLv3+/MPL. Cheers, -- Takeshi Abe From ea1dcc7d3d2cd8c7cd8a3389a236bbbff84bd1a6 Mon Sep 17 00:00:00 2001 From: Takeshi Abe t...@fixedpoint.jp Date: Thu, 10 Feb 2011 03:10:31 +0900 Subject: [PATCH 1/2] remove dead code ---

[Libreoffice] [PATCH] Remove dead code

2010-11-03 Thread Ricardo Moreno
Hi, First time I send code to any project :) Some dead code I found in the project, of course, LGPLv3+ / MPL will love to hunt some more... Regards Ricardo diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 626d65b..9d92f61 100644 ---