summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/WCPage.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-05 12:55:05 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-05 12:55:05 +0000
commitda0a5f9920bcc3ba031a81c24caaff22f4100572 (patch)
treebbfce16b72c5aae7ae17acee51c5c926c6b64648 /dbaccess/source/ui/inc/WCPage.hxx
parent#98709# check if gen window is null! (diff)
downloadcore-da0a5f9920bcc3ba031a81c24caaff22f4100572.tar.gz
core-da0a5f9920bcc3ba031a81c24caaff22f4100572.zip
#96479# add table to filter
Diffstat (limited to 'dbaccess/source/ui/inc/WCPage.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx
index 3d6bf6dc7618..d7c4e31b25a7 100644
--- a/dbaccess/source/ui/inc/WCPage.hxx
+++ b/dbaccess/source/ui/inc/WCPage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCPage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-12-07 13:12:29 $
+ * last change: $Author: oj $ $Date: 2002-07-05 13:55:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,13 +125,13 @@ namespace dbaui
virtual BOOL LeavePage();
virtual String GetTitle() const ;
- OCopyTable( Window * pParent, EImportMode atWhat, BOOL bIsQuery, OCopyTableWizard::Wizard_Create_Style nLastAction );
+ OCopyTable( Window * pParent, EImportMode atWhat, BOOL bIsView, OCopyTableWizard::Wizard_Create_Style nLastAction );
virtual ~OCopyTable();
- BOOL IsOptionDefData() const { return m_aRB_DefData.IsChecked(); }
- BOOL IsOptionDef() const { return m_aRB_Def.IsChecked(); }
- BOOL IsOptionAppendData() const { return m_aRB_AppendData.IsChecked(); }
- BOOL IsOptionView() const { return m_aRB_View.IsChecked(); }
+ inline BOOL IsOptionDefData() const { return m_aRB_DefData.IsChecked(); }
+ inline BOOL IsOptionDef() const { return m_aRB_Def.IsChecked(); }
+ inline BOOL IsOptionAppendData() const { return m_aRB_AppendData.IsChecked(); }
+ inline BOOL IsOptionView() const { return m_aRB_View.IsChecked(); }
};
}