[PATCH] - avoid some memset

Marion & Christophe JAILLET christophe.jaillet at wanadoo.fr
Mon Jun 18 13:51:31 PDT 2012


Hi,

in a previous commit, the only memset in the file has been removed, so 
it should be safe to remove this include.
See 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=441b28d4e9d0345f91fed6a2345d4d6a7c7eb5f7

Best regards,
Christophe JAILLET
-------------- next part --------------
>From fa3bb68bfa88ba2bbe12611eb67936038780f2d0 Mon Sep 17 00:00:00 2001
From: Christophe Christophe Marion <christophe.jaillet at wanadoo.fr>
Date: Mon, 18 Jun 2012 22:48:25 +0200
Subject: [PATCH] Remove a useless include

---
 .../source/breakiterator/breakiterator_ctl.cxx     |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/i18npool/source/breakiterator/breakiterator_ctl.cxx b/i18npool/source/breakiterator/breakiterator_ctl.cxx
index 5d1d7a1..3cf177c 100644
--- a/i18npool/source/breakiterator/breakiterator_ctl.cxx
+++ b/i18npool/source/breakiterator/breakiterator_ctl.cxx
@@ -30,8 +30,6 @@
 #include <com/sun/star/i18n/CharacterIteratorMode.hpp>
 #include <breakiterator_ctl.hxx>
 
-#include <string.h> // for memset
-
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace ::rtl;
-- 
1.7.9



More information about the LibreOffice mailing list