[Libreoffice-commits] .: sw/inc sw/source unusedcode.easy

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Aug 9 14:18:12 PDT 2012


 sw/inc/viewsh.hxx              |    4 ----
 sw/source/core/view/viewsh.cxx |    1 -
 unusedcode.easy                |    1 -
 3 files changed, 6 deletions(-)

New commits:
commit c5cab0a3193ee286134b0d94dd68ccb7d2835381
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Aug 9 23:01:21 2012 +0200

    Bin ViewShell::getIDocumentFieldsAccess()
    
    Change-Id: Ib5c49b06a6aab7d578030c3486c9cab91c7f9b28

diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index ab0e014..63ae581 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -324,10 +324,6 @@ public:
     const IDocumentLayoutAccess* getIDocumentLayoutAccess() const;
           IDocumentLayoutAccess* getIDocumentLayoutAccess();
 
-    /** Provides access to the document fields administration interface
-     */
-    const IDocumentFieldsAccess* getIDocumentFieldsAccess() const;
-
     /** Provides access to the content operations interface
      */
     IDocumentContentOperations* getIDocumentContentOperations();
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index fb9de45..59c60e7 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -2471,7 +2471,6 @@ const IDocumentRedlineAccess* ViewShell::getIDocumentRedlineAccess() const { ret
 IDocumentRedlineAccess* ViewShell::getIDocumentRedlineAccess() { return pDoc; }
 const IDocumentLayoutAccess* ViewShell::getIDocumentLayoutAccess() const { return pDoc; }
 IDocumentLayoutAccess* ViewShell::getIDocumentLayoutAccess() { return pDoc; }
-const IDocumentFieldsAccess* ViewShell::getIDocumentFieldsAccess() const { return pDoc; }
 IDocumentContentOperations* ViewShell::getIDocumentContentOperations() { return pDoc; }
 IDocumentStylePoolAccess* ViewShell::getIDocumentStylePoolAccess() { return pDoc; }
 const IDocumentStatistics* ViewShell::getIDocumentStatistics() const { return pDoc; }
diff --git a/unusedcode.easy b/unusedcode.easy
index 0a25bec..4cfcc41 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -36,7 +36,6 @@ ThumbnailViewItemAcc::getImplementation(com::sun::star::uno::Reference<com::sun:
 TransferableDataHelper::GetInterface(com::sun::star::datatransfer::DataFlavor const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&)
 VCLXPrinterServer::getImplementationId()
 VCLXPrinterServer::getTypes()
-ViewShell::getIDocumentFieldsAccess() const
 VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(Size const&, Fraction const&, Point const&, boost::shared_array<unsigned char> const&)
 Window::PostUserEvent(unsigned long&, unsigned long, void*)
 X11SalGraphics::SetMask(int&, int&, unsigned int&, unsigned int&, int&, int&, unsigned long)


More information about the Libreoffice-commits mailing list