[Libreoffice-commits] .: sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon Feb 14 20:58:42 PST 2011


 sc/source/core/inc/core_pch.hxx   |    3 +--
 sc/source/filter/inc/filt_pch.hxx |    3 +--
 sc/source/ui/app/client.cxx       |    3 +--
 sc/source/ui/inc/docsh.hxx        |    6 ++++--
 sc/source/ui/inc/ui_pch.hxx       |    3 +--
 5 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit bd39d2d35a1d10f227250652a920b22c162fcf5d
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon Feb 14 20:58:01 2011 -0800

    Remove some extra #include <sot/sotref.hxx>

diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx
index 413dece..1c96119 100644
--- a/sc/source/core/inc/core_pch.hxx
+++ b/sc/source/core/inc/core_pch.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
@@ -101,7 +101,6 @@
 #include <sot/sotdata.hxx>
 #include <vcl/keycod.hxx>
 #include <vcl/keycodes.hxx>
-#include <sot/sotref.hxx>
 #include <rechead.hxx>
 #include <tools/unqid.hxx>
 #include <vcl/apptypes.hxx>
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx
index 139168a..0e46965 100644
--- a/sc/source/filter/inc/filt_pch.hxx
+++ b/sc/source/filter/inc/filt_pch.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
@@ -133,7 +133,6 @@
 #include <svl/intitem.hxx>
 #include <svl/cintitem.hxx>
 #include <svl/brdcst.hxx>
-#include <sot/sotref.hxx>
 #include <tools/globname.hxx>
 #include <sot/factory.hxx>
 #include <sot/object.hxx>
diff --git a/sc/source/ui/app/client.cxx b/sc/source/ui/app/client.cxx
index cd590b5..a66c08e 100644
--- a/sc/source/ui/app/client.cxx
+++ b/sc/source/ui/app/client.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
@@ -38,7 +38,6 @@
 #include <toolkit/helper/vclunohelper.hxx>
 #include <sfx2/objsh.hxx>
 #include <sfx2/viewfrm.hxx>
-#include <sot/sotref.hxx>
 #include <svx/svditer.hxx>
 #include <svx/svdobj.hxx>
 #include <svx/svdmodel.hxx>
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index ea2dfc2..ea6bad0 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.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
@@ -46,6 +46,8 @@
 #include <boost/unordered_map.hpp>
 #include <cppuhelper/implbase1.hxx>
 
+#include <sot/sotref.hxx>
+
 class ScEditEngineDefaulter;
 class FontList;
 class PrintDialog;
@@ -137,7 +139,7 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
     // of the outer class are not accessible.
     class PrepareSaveGuard;
     friend class ScDocShell::PrepareSaveGuard;
-    /** Do things that need to be done before saving to our own format and 
+    /** Do things that need to be done before saving to our own format and
         necessary clean ups in dtor. */
     class PrepareSaveGuard
     {
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx
index c2d363f..a95cfe4 100644
--- a/sc/source/ui/inc/ui_pch.hxx
+++ b/sc/source/ui/inc/ui_pch.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
@@ -64,7 +64,6 @@
 #include <vcl/region.hxx>
 #include <vcl/mapmod.hxx>
 #include <vcl/bitmap.hxx>
-#include <sot/sotref.hxx>
 #include <svx/svxids.hrc>
 #include <vcl/vclenum.hxx>
 #include <sot/object.hxx>


More information about the Libreoffice-commits mailing list