[Libreoffice-commits] core.git: svtools/source

Tor Lillqvist tml at collabora.com
Sat Apr 19 00:43:56 PDT 2014


 svtools/source/inc/svtaccessiblefactory.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 53f5865c07d3a73ab81fd78337e246cddc08a914
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Apr 19 10:43:22 2014 +0300

    Bin the now non-existent dtor from the class definition too
    
    Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a

diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx
index f9c8373..bdaf70b 100644
--- a/svtools/source/inc/svtaccessiblefactory.hxx
+++ b/svtools/source/inc/svtaccessiblefactory.hxx
@@ -22,14 +22,8 @@
 
 #include <svtools/accessiblefactory.hxx>
 
-
 namespace svt
 {
-
-
-
-    //= AccessibleFactoryAccess
-
     /** a client for the accessibility implementations which have been outsourced
         from the main svtools library
 
@@ -49,7 +43,6 @@ namespace svt
 
     public:
         AccessibleFactoryAccess();
-        ~AccessibleFactoryAccess();
 
         IAccessibleFactory& getFactory();
 
@@ -60,7 +53,6 @@ namespace svt
 
 }   // namespace svt
 
-
 #endif // INCLUDED_SVTOOLS_SOURCE_INC_SVTACCESSIBLEFACTORY_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list