Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3952

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3952/1

Removal of includes not needed anymore

Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96
Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
---
M vcl/inc/impimagetree.hxx
M vcl/source/gdi/impimagetree.cxx
2 files changed, 0 insertions(+), 15 deletions(-)



diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx
index 0dc3110..d22e770 100644
--- a/vcl/inc/impimagetree.hxx
+++ b/vcl/inc/impimagetree.hxx
@@ -22,8 +22,6 @@
 
 #include "sal/config.h"
 
-#include <list>
-#include <utility>
 #include <vector>
 
 #include <boost/unordered_map.hpp>
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index 86e2f22..fe252fa 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -20,11 +20,6 @@
 
 #include "sal/config.h"
 
-#include <list>
-#include <memory>
-#include <utility>
-#include <vector>
-#include <boost/unordered_map.hpp>
 #include <boost/shared_ptr.hpp>
 
 #include "com/sun/star/container/XNameAccess.hpp"
@@ -33,7 +28,6 @@
 #include "com/sun/star/lang/XMultiServiceFactory.hpp"
 #include "com/sun/star/uno/Any.hxx"
 #include "com/sun/star/uno/Exception.hpp"
-#include "com/sun/star/uno/Reference.hxx"
 #include "com/sun/star/uno/RuntimeException.hpp"
 #include "com/sun/star/uno/Sequence.hxx"
 
@@ -43,13 +37,6 @@
 #include "osl/diagnose.h"
 
 #include "rtl/bootstrap.hxx"
-#include "rtl/string.h"
-#include "rtl/textenc.h"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-
-#include "sal/types.h"
 
 #include "tools/stream.hxx"
 #include "tools/urlobj.hxx"

-- 
To view, visit https://gerrit.libreoffice.org/3952
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.