summaryrefslogtreecommitdiffstats
path: root/extensions/source/dbpilots/controlwizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.hxx')
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx
index cf55c655e574..12138899f9dd 100644
--- a/extensions/source/dbpilots/controlwizard.hxx
+++ b/extensions/source/dbpilots/controlwizard.hxx
@@ -49,7 +49,6 @@ namespace dbp
std::unique_ptr<weld::Label> m_xFormDatasource;
std::unique_ptr<weld::Label> m_xFormContentTypeLabel;
std::unique_ptr<weld::Label> m_xFormContentType;
- std::unique_ptr<weld::Label> m_xFormTableLabel;
std::unique_ptr<weld::Label> m_xFormTable;
std::unique_ptr<weld::Frame> m_xFrame;
@@ -62,7 +61,7 @@ namespace dbp
css::uno::Reference< css::sdbc::XConnection >
getFormConnection() const;
public:
- OControlWizardPage(weld::Container* pPage, OControlWizard* pWizard, const OUString& rUIXMLDescription, const OString& rID);
+ OControlWizardPage(weld::Container* pPage, OControlWizard* pWizard, const OUString& rUIXMLDescription, const OUString& rID);
virtual ~OControlWizardPage() override;
protected: