[Libreoffice-commits] .: sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon May 23 20:30:27 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 -
 sc/source/ui/view/preview.cxx     |    3 +--
 sc/source/ui/view/printfun.cxx    |    1 -
 5 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 4a99f312d466643be924590749ac5bf924e715f6
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon May 23 20:30:20 2011 -0700

    Remove some extra #incude <tools/pstm.hxx>

diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx
index 123e3ca..2c19ec2 100644
--- a/sc/source/core/inc/core_pch.hxx
+++ b/sc/source/core/inc/core_pch.hxx
@@ -115,7 +115,6 @@
 #include <vcl/accel.hxx>
 #include <patattr.hxx>
 #include <svl/zforlist.hxx>
-#include <tools/pstm.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/outdev.hxx>
 #include <vcl/pointr.hxx>
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx
index 7ff38bc..a1f6afa 100644
--- a/sc/source/filter/inc/filt_pch.hxx
+++ b/sc/source/filter/inc/filt_pch.hxx
@@ -152,7 +152,6 @@
 #include <vcl/keycodes.hxx>
 #include <namebuff.hxx>
 #include <tools/shl.hxx>
-#include <tools/pstm.hxx>
 #include <editeng/fhgtitem.hxx>
 #include <tools/unqid.hxx>
 #include <com/sun/star/uno/Sequence.h>
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx
index 210784a..7433b4c 100644
--- a/sc/source/ui/inc/ui_pch.hxx
+++ b/sc/source/ui/inc/ui_pch.hxx
@@ -117,7 +117,6 @@
 #include <vcl/field.hxx>
 #include <vcl/spinfld.hxx>
 #include <vcl/combobox.hxx>
-#include <tools/pstm.hxx>
 #include <svl/eitem.hxx>
 #include <svl/itempool.hxx>
 #include <sfx2/tabdlg.hxx>
diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx
index 5db2797..3a4acfe 100644
--- a/sc/source/ui/view/preview.cxx
+++ b/sc/source/ui/view/preview.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
@@ -32,7 +32,6 @@
 
 
 // INCLUDE ---------------------------------------------------------------
-#include <tools/pstm.hxx>
 #include "scitems.hxx"
 #include <editeng/eeitem.hxx>
 
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index fe90f8e..9633d92 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -84,7 +84,6 @@
 #include "postit.hxx"
 
 #include <vcl/lineinfo.hxx>
-#include <tools/pstm.hxx>
 
 #include <boost/scoped_ptr.hpp>
 


More information about the Libreoffice-commits mailing list