[Libreoffice-commits] .: sd/inc sd/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon May 23 20:50:29 PDT 2011


 sd/inc/pch/precompiled_sd.hxx      |    1 -
 sd/source/ui/docshell/docshell.cxx |    5 ++---
 sd/source/ui/func/futhes.cxx       |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit f2145072dd8dc252c975038bc6f540984beeb9ab
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon May 23 20:50:14 2011 -0700

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

diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx
index c9a612d..e8e46b9 100644
--- a/sd/inc/pch/precompiled_sd.hxx
+++ b/sd/inc/pch/precompiled_sd.hxx
@@ -806,7 +806,6 @@
 #include "tools/link.hxx"
 #include "tools/multisel.hxx"
 #include "tools/poly.hxx"
-#include "tools/pstm.hxx"
 #include "tools/rc.hxx"
 #include "tools/ref.hxx"
 #include "tools/resid.hxx"
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index 4df811b..33b6b64 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.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
@@ -30,7 +30,6 @@
 #include "precompiled_sd.hxx"
 
 #include "DrawDocShell.hxx"
-#include <tools/pstm.hxx>
 #include <vcl/svapp.hxx>
 
 #include <sfx2/docfac.hxx>
@@ -583,7 +582,7 @@ void DrawDocShell::ClearUndoBuffer()
         }
         pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false);
     }
-    
+
     ::svl::IUndoManager* pUndoManager = GetUndoManager();
     if(pUndoManager && pUndoManager->GetUndoActionCount())
         pUndoManager->Clear();
diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx
index 82e172e..183c80f 100644
--- a/sd/source/ui/func/futhes.cxx
+++ b/sd/source/ui/func/futhes.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 "futhes.hxx"
 
-#include <tools/pstm.hxx>
 #include <editeng/outliner.hxx>
 #include <vcl/msgbox.hxx>
 #include <svx/svdobj.hxx>


More information about the Libreoffice-commits mailing list