summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/WCPage.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx
index 80256e7e0d7e..4c9931d4d477 100644
--- a/dbaccess/source/ui/inc/WCPage.hxx
+++ b/dbaccess/source/ui/inc/WCPage.hxx
@@ -70,9 +70,7 @@ namespace dbaui
bool IsOptionDefData() const { return m_pRB_DefData->IsChecked(); }
bool IsOptionDef() const { return m_pRB_Def->IsChecked(); }
- bool IsOptionAppendData() const { return m_pRB_AppendData->IsChecked(); }
bool IsOptionView() const { return m_pRB_View->IsChecked(); }
- bool UseHeaderLine() const { return m_pCB_UseHeaderLine->IsChecked(); }
OUString GetKeyName() const { return m_pEdKeyName->GetText(); }
void setCreateStyleAction();