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 u
0001-Remove-dead-code-inside-sd.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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 de
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
Date: Thu, 10 Feb 2011 03:10:31 +0900
Subject: [PATCH 1/2] remove dead code
---
vcl/source/gdi/outdevnative.cxx | 14 --
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
--- a/sd/source/ui/view/outlview.cxx
On Sun, Oct 17, 2010 at 06:50:52PM +1300, Luke Symes wrote:
> This patch removes dead code and fixes a few comments in the code for the
> dbase driver in the libs-core repository.
Thanks! Pushed.
D.
___
LibreOffice mailing list
LibreOffice@lists.freedes
This patch removes dead code and fixes a few comments in the code for the
dbase driver in the libs-core repository.
From 8aac153aff470310b23abb63fcb78847fb9d8aad Mon Sep 17 00:00:00 2001
From: Luke Symes
Date: Sun, 17 Oct 2010 18:44:04 +1300
Subject: [PATCH] Remove dead code from dbase driver.
--