diff options
Diffstat (limited to 'unotest/source/cpp')
-rw-r--r-- | unotest/source/cpp/officeconnection.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unotest/source/cpp/officeconnection.cxx b/unotest/source/cpp/officeconnection.cxx index ea5a91036572..ec1a8e66e485 100644 --- a/unotest/source/cpp/officeconnection.cxx +++ b/unotest/source/cpp/officeconnection.cxx @@ -139,10 +139,6 @@ void OfficeConnection::tearDown() { } } -css::uno::Reference< css::uno::XComponentContext > -OfficeConnection::getComponentContext() const { - return context_; -} bool OfficeConnection::isStillAlive() const { if (process_ == 0) { |