diff options
-rw-r--r-- | sw/source/core/access/accpreview.cxx | 8 | ||||
-rw-r--r-- | sw/source/core/undo/undel.cxx | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/core/access/accpreview.cxx b/sw/source/core/access/accpreview.cxx index 20538d9ab97f..c656b4000d05 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 c8ab7076b826..db29014d8149 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(); } |