diff options
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.hxx')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx index 8fb62b9bc2b2..884992bfa30a 100644 --- a/extensions/source/dbpilots/controlwizard.hxx +++ b/extensions/source/dbpilots/controlwizard.hxx @@ -56,7 +56,7 @@ namespace dbp protected: OControlWizard* getDialog(); const OControlWizard* getDialog() const; - const OControlWizardContext& getContext(); + const OControlWizardContext& getContext() const; bool updateContext(); void setFormConnection(const css::uno::Reference< css::sdbc::XConnection >& _rxConn, bool _bAutoDispose = true ); css::uno::Reference< css::sdbc::XConnection > |