[Libreoffice-commits] .: toolkit/source

Joseph Powers jpowers at kemper.freedesktop.org
Wed Feb 23 19:39:16 PST 2011


 toolkit/source/awt/vclxdialog.cxx  |    3 ++-
 toolkit/source/awt/vclxtoolkit.cxx |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 956c02ea8a8cf7bd2c22f6ca6b60ac325352c839
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Wed Feb 23 19:38:56 2011 -0800

    Some more #include <boost/ptr_container/ptr_vector.hpp> fixes

diff --git a/toolkit/source/awt/vclxdialog.cxx b/toolkit/source/awt/vclxdialog.cxx
index 5afe8cf..d75ada7 100644
--- a/toolkit/source/awt/vclxdialog.cxx
+++ b/toolkit/source/awt/vclxdialog.cxx
@@ -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
@@ -26,6 +26,7 @@
  *
  ************************************************************************/
 
+#include <boost/ptr_container/ptr_vector.hpp>
 #include "vclxdialog.hxx"
 
 #include <com/sun/star/awt/PosSize.hpp>
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 71f4b4e..e08151c 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -28,6 +28,9 @@
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_toolkit.hxx"
+
+#include <boost/ptr_container/ptr_vector.hpp>
+
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 
 #include <tools/svwin.h>
@@ -75,7 +78,6 @@
 #include <toolkit/helper/unowrapper.hxx>
 #include <toolkit/helper/servicenames.hxx>
 
-
 #include <toolkit/helper/macros.hxx>
 #include <toolkit/helper/convert.hxx>
 #include <vcl/unohelp.hxx>


More information about the Libreoffice-commits mailing list