Replace usage of rtl_*Memory with equivalent from string.h

Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
This commit is contained in:
Arnaud Versini
2012-09-29 14:47:11 +02:00
committed by Norbert Thiebaud
parent 053b68a0c7
commit 36a2db3722
120 changed files with 187 additions and 202 deletions

View File

@@ -27,7 +27,6 @@
#include <osl/interlck.h>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/memory.h>
#include <rtl/instance.hxx>
#include <typelib/typedescription.h>

View File

@@ -20,7 +20,6 @@
#define EQ_HXX
#include <math.h>
#include <rtl/memory.h>
#include "prim.hxx"
#include "destr.hxx"