[Libreoffice-commits] .: sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Wed May 18 20:47:11 PDT 2011


 sc/source/core/inc/core_pch.hxx   |    1 -
 sc/source/filter/inc/filt_pch.hxx |    1 -
 sc/source/ui/inc/ui_pch.hxx       |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit a6c4db6a2ddb42564bd172f96366ea939a5c63a2
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Wed May 18 20:04:12 2011 -0700

    Remove all the #include <tools/ownlist.hxx>
    
    I'm deleting the header since it's no longer used.

diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx
index 3e84de8..123e3ca 100644
--- a/sc/source/core/inc/core_pch.hxx
+++ b/sc/source/core/inc/core_pch.hxx
@@ -122,7 +122,6 @@
 #include <vcl/ptrstyle.hxx>
 #include <tools/wintypes.hxx>
 #include <vcl/event.hxx>
-#include <tools/ownlist.hxx>
 #include <svl/itempool.hxx>
 #include <tools/datetime.hxx>
 #include <attrib.hxx>
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx
index 12207bd..7ff38bc 100644
--- a/sc/source/filter/inc/filt_pch.hxx
+++ b/sc/source/filter/inc/filt_pch.hxx
@@ -177,7 +177,6 @@
 #include <tools/wintypes.hxx>
 #include <vcl/inputctx.hxx>
 #include <vcl/event.hxx>
-#include <tools/ownlist.hxx>
 #include <vcl/cmdevt.hxx>
 #include <vcl/vclenum.hxx>
 #include <cell.hxx>
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx
index 8c2d201..210784a 100644
--- a/sc/source/ui/inc/ui_pch.hxx
+++ b/sc/source/ui/inc/ui_pch.hxx
@@ -68,7 +68,6 @@
 #include <sot/object.hxx>
 #include <sot/sotdata.hxx>
 #include <sot/factory.hxx>
-#include <tools/ownlist.hxx>
 #include <vcl/font.hxx>
 #include <vcl/wall.hxx>
 #include <vcl/settings.hxx>


More information about the Libreoffice-commits mailing list