summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/TableFilterDlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/uno/TableFilterDlg.hxx')
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/TableFilterDlg.hxx b/dbaccess/source/ui/uno/TableFilterDlg.hxx
index 9acfe840ac87..f3798c29b2d6 100644
--- a/dbaccess/source/ui/uno/TableFilterDlg.hxx
+++ b/dbaccess/source/ui/uno/TableFilterDlg.hxx
@@ -55,7 +55,7 @@ public:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const SAL_OVERRIDE;
protected:
// OGenericUnoDialog overridables
- virtual Dialog* createDialog(vcl::Window* _pParent) SAL_OVERRIDE;
+ virtual VclPtr<Dialog> createDialog(vcl::Window* _pParent) SAL_OVERRIDE;
};
} // namespace dbaui