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

Noel Grandin noel at peralex.com
Tue Sep 30 02:25:28 PDT 2014


 include/shell/tde_headers.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d17d4d48b5dc3332fd03f6ef186ed2bda4665e7c
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Sep 30 11:05:09 2014 +0200

    fix TDE build
    
    after
    commit 8dbde0845a3989528614addb9bd0333f60c522a5
    "fdo#82577: Handle Region"
    
    Change-Id: I9c3d0ff72de1d3ff2e5c16cf12869e753ec10857

diff --git a/include/shell/tde_headers.h b/include/shell/tde_headers.h
index 8ffe6b0..c537ea3 100644
--- a/include/shell/tde_headers.h
+++ b/include/shell/tde_headers.h
@@ -24,7 +24,7 @@
 
 
 /* ********* Hack, but needed because of conflicting types... */
-#define vcl::Region TQtXRegion
+#define Region TQtXRegion
 
 
 /* ********* TQt headers */


More information about the Libreoffice-commits mailing list