[Libreoffice-commits] core.git: include/vcl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 14 20:53:34 UTC 2019


 include/vcl/filter/PngImageReader.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit a4c1d72e6810947bbf1afc1fd51a24dab0d4ffeb
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Thu Feb 14 18:10:05 2019 +0100
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Thu Feb 14 21:53:04 2019 +0100

    cleanup of PngImageReader
    
    Change-Id: Ifa5efe5fab644f1c684ada3f6cd46e19c002d7ca
    Reviewed-on: https://gerrit.libreoffice.org/67842
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/include/vcl/filter/PngImageReader.hxx b/include/vcl/filter/PngImageReader.hxx
index f555939a4836..262a09bd7934 100644
--- a/include/vcl/filter/PngImageReader.hxx
+++ b/include/vcl/filter/PngImageReader.hxx
@@ -8,14 +8,13 @@
  *
  */
 
-#include <vcl/graph.hxx>
 #include <vcl/dllapi.h>
 #include <com/sun/star/task/XStatusIndicator.hpp>
 #include <tools/stream.hxx>
 #include <vcl/bitmapex.hxx>
 
-#ifndef INCLUDED_VCL_SOURCE_FILTER_PNG_PNGIMAGEREADER_HXX
-#define INCLUDED_VCL_SOURCE_FILTER_PNG_PNGIMAGEREADER_HXX
+#ifndef INCLUDED_VCL_FILTER_PNGIMAGEREADER_HXX
+#define INCLUDED_VCL_FILTER_PNGIMAGEREADER_HXX
 
 namespace vcl
 {


More information about the Libreoffice-commits mailing list