diff options
Diffstat (limited to 'dbaccess/source/ui/inc/WCPage.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/WCPage.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx index 617f723c78fa..e23d64f59940 100644 --- a/dbaccess/source/ui/inc/WCPage.hxx +++ b/dbaccess/source/ui/inc/WCPage.hxx @@ -16,15 +16,12 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_WCPAGE_HXX -#define INCLUDED_DBACCESS_SOURCE_UI_INC_WCPAGE_HXX +#pragma once #include "WTabPage.hxx" namespace dbaui { - class OWizColumnSelect; - class OWizNormalExtend; class OCopyTable final : public OWizardPage { bool m_bPKeyAllowed; @@ -41,9 +38,8 @@ namespace dbaui std::unique_ptr<weld::Label> m_xFT_KeyName; std::unique_ptr<weld::Entry> m_xEdKeyName; - DECL_LINK( AppendDataClickHdl, weld::Button&, void ); - DECL_LINK( RadioChangeHdl, weld::Button&, void ); - DECL_LINK( KeyClickHdl, weld::Button&, void ); + DECL_LINK( RadioChangeHdl, weld::Toggleable&, void ); + DECL_LINK( KeyClickHdl, weld::Toggleable&, void ); bool checkAppendData(); void SetAppendDataRadio(); @@ -76,6 +72,5 @@ namespace dbaui void setCreatePrimaryKey( bool _bDoCreate, const OUString& _rSuggestedName ); }; } -#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_WCPAGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |