summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/accessibilityclient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/accessibilityclient.hxx')
-rw-r--r--include/toolkit/helper/accessibilityclient.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/toolkit/helper/accessibilityclient.hxx b/include/toolkit/helper/accessibilityclient.hxx
index a3915aff907f..26d6f56df8a3 100644
--- a/include/toolkit/helper/accessibilityclient.hxx
+++ b/include/toolkit/helper/accessibilityclient.hxx
@@ -22,14 +22,8 @@
#include <toolkit/helper/accessiblefactory.hxx>
-
namespace toolkit
{
-
-
-
- //= AccessibilityClient
-
/** a client for the accessibility implementations which have been
outsourced from the main toolkit library
@@ -49,7 +43,6 @@ namespace toolkit
public:
AccessibilityClient();
- ~AccessibilityClient();
IAccessibleFactory& getFactory();
@@ -57,10 +50,8 @@ namespace toolkit
void ensureInitialized();
};
-
} // namespace toolkit
-
#endif // INCLUDED_TOOLKIT_HELPER_ACCESSIBILITYCLIENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */