[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 7 13:59:13 PST 2011


 sw/source/core/access/accpreview.cxx |    8 --------
 sw/source/core/undo/undel.cxx        |    3 ---
 2 files changed, 11 deletions(-)

New commits:
commit 294292deb31430bc123949515bddaad7a33bceab
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Feb 7 22:59:05 2011 +0100

    Remove unused using namespace

diff --git a/sw/source/core/access/accpreview.cxx b/sw/source/core/access/accpreview.cxx
index dd0ef1a..c102a36 100644
--- a/sw/source/core/access/accpreview.cxx
+++ b/sw/source/core/access/accpreview.cxx
@@ -29,27 +29,19 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sw.hxx"
 
-
 #include <vcl/svapp.hxx>
 #include <rtl/uuid.h>
 #include "access.hrc"
 #include <accpreview.hxx>
 
-
 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextDocumentPageView";
 const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleDocumentPageView";
 
-
-// using namespace accessibility;
-
 using ::com::sun::star::lang::IndexOutOfBoundsException;
 using ::com::sun::star::uno::RuntimeException;
 using ::com::sun::star::uno::Sequence;
 using ::rtl::OUString;
 
-
-
-
 //
 // SwAccessiblePreview
 //
diff --git a/sw/source/core/undo/undel.cxx b/sw/source/core/undo/undel.cxx
index 480d924..5f91013 100644
--- a/sw/source/core/undo/undel.cxx
+++ b/sw/source/core/undo/undel.cxx
@@ -29,7 +29,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sw.hxx"
 
-
 #include <hintids.hxx>
 #include <unotools/charclass.hxx>
 #include <editeng/brkitem.hxx>
@@ -54,8 +53,6 @@
 #include <comcore.hrc> // #111827#
 #include <undo.hrc>
 
-// using namespace comphelper;
-
 inline SwDoc& SwUndoIter::GetDoc() const { return *pAktPam->GetDoc(); }
 
 


More information about the Libreoffice-commits mailing list