summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uno/uitest_uno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/uitest/uno/uitest_uno.cxx')
-rw-r--r--vcl/source/uitest/uno/uitest_uno.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/uitest/uno/uitest_uno.cxx b/vcl/source/uitest/uno/uitest_uno.cxx
index efaee320bfda..83355b3a5894 100644
--- a/vcl/source/uitest/uno/uitest_uno.cxx
+++ b/vcl/source/uitest/uno/uitest_uno.cxx
@@ -37,7 +37,6 @@ private:
public:
UITestUnoObj();
- virtual ~UITestUnoObj() override;
void SAL_CALL executeCommand(const OUString& rCommand)
throw (css::uno::RuntimeException, std::exception) override;
@@ -61,10 +60,6 @@ UITestUnoObj::UITestUnoObj():
{
}
-UITestUnoObj::~UITestUnoObj()
-{
-}
-
void SAL_CALL UITestUnoObj::executeCommand(const OUString& rCommand)
throw (css::uno::RuntimeException, std::exception)
{