summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/exsrcbrw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/exsrcbrw.hxx')
-rw-r--r--dbaccess/source/ui/inc/exsrcbrw.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/exsrcbrw.hxx b/dbaccess/source/ui/inc/exsrcbrw.hxx
index f38683efc960..8c1442d1b7d2 100644
--- a/dbaccess/source/ui/inc/exsrcbrw.hxx
+++ b/dbaccess/source/ui/inc/exsrcbrw.hxx
@@ -29,7 +29,7 @@
namespace dbaui
{
class SbaXFormAdapter;
- class SbaExternalSourceBrowser
+ class SbaExternalSourceBrowser final
:public SbaXDataBrowserController
,public css::util::XModifyBroadcaster
{
@@ -83,7 +83,7 @@ namespace dbaui
virtual OUString SAL_CALL getImplementationName() override;
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
- protected:
+ private:
virtual ~SbaExternalSourceBrowser() override;
virtual css::uno::Reference< css::sdbc::XRowSet > CreateForm() override;