[Libreoffice-commits] .: idl/inc

Joseph Powers jpowers at kemper.freedesktop.org
Fri Feb 18 21:15:00 PST 2011


 idl/inc/lex.hxx    |    3 ++-
 idl/inc/object.hxx |    1 +
 idl/inc/types.hxx  |    3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 9b8b174bd35f5335b7b9941dd3152b863644b76d
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Fri Feb 18 21:14:16 2011 -0800

    Add some #include <tools/list.hxx> backing
    
    This files still use the DECLARE_LIST() macro. I didn't catch them because
    they are only compiled during make distclean.

diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index da2d5ed..eb667a2 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -32,6 +32,7 @@
 #include <hash.hxx>
 #include <tools/gen.hxx>
 #include <tools/stream.hxx>
+#include <tools/list.hxx>
 
 enum SVTOKEN_ENUM { SVTOKEN_EMPTY,      SVTOKEN_COMMENT,
                     SVTOKEN_INTEGER,    SVTOKEN_STRING,
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 3204f09..c91fc45 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -33,6 +33,7 @@
 #include <types.hxx>
 #include <slot.hxx>
 #include <vector>
+#include <tools/list.hxx>
 
 struct SvSlotElement
 {
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index ee32dd1..be60a44 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -29,6 +29,7 @@
 #ifndef _TYPES_HXX
 #define _TYPES_HXX
 
+#include <tools/list.hxx>
 #include <tools/ref.hxx>
 #include <basobj.hxx>
 


More information about the Libreoffice-commits mailing list