summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-19 10:43:22 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-19 10:43:22 +0300
commit53f5865c07d3a73ab81fd78337e246cddc08a914 (patch)
treee8297d7c10f2d331368edff39077b0a8a7668335
parentb1b11e3272b6205f60597a6129084f4f3e130ce1 (diff)
Bin the now non-existent dtor from the class definition too
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
-rw-r--r--svtools/source/inc/svtaccessiblefactory.hxx8
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: */