diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-19 10:43:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-19 10:43:22 +0300 |
commit | 53f5865c07d3a73ab81fd78337e246cddc08a914 (patch) | |
tree | e8297d7c10f2d331368edff39077b0a8a7668335 /svtools | |
parent | b1b11e3272b6205f60597a6129084f4f3e130ce1 (diff) |
Bin the now non-existent dtor from the class definition too
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/inc/svtaccessiblefactory.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx index f9c837342927..bdaf70b72274 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: */ |