summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/adminpages.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-29 09:17:26 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-29 09:17:26 +0000
commitfb267262fb80b068044fefd2ba82559c04952762 (patch)
tree4d55c9204a64b221768d8a91287fe9b3ca8b94a3 /dbaccess/source/ui/dlg/adminpages.hxx
parent#86082# STR_UNSUPPORTED_DATASOURCE_TYPE (diff)
downloadcore-fb267262fb80b068044fefd2ba82559c04952762.tar.gz
core-fb267262fb80b068044fefd2ba82559c04952762.zip
#86082# +OToolboxedPageViewSettings
Diffstat (limited to 'dbaccess/source/ui/dlg/adminpages.hxx')
-rw-r--r--dbaccess/source/ui/dlg/adminpages.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx
index ceba28790bb3..9e08d8b71956 100644
--- a/dbaccess/source/ui/dlg/adminpages.hxx
+++ b/dbaccess/source/ui/dlg/adminpages.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adminpages.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: fs $ $Date: 2001-05-23 13:47:00 $
+ * last change: $Author: fs $ $Date: 2001-05-29 10:17:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,16 @@ namespace dbaui
};
//=========================================================================
+ //= OToolboxedPageViewSettings
+ //=========================================================================
+ struct OToolboxedPageViewSettings : public OPageSettings
+ {
+ sal_uInt16 nDelayedToolboxAction;
+
+ OToolboxedPageViewSettings() : nDelayedToolboxAction(0) { }
+ };
+
+ //=========================================================================
//= OGenericAdministrationPage
//=========================================================================
class ODbAdminDialog;
@@ -206,6 +216,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.21 2001/05/23 13:47:00 fs
+ * #86444# +prepareConnectionAction
+ *
* Revision 1.20 2001/05/10 13:34:29 fs
* #86223# +OPageSettings/createViewSettings/filleViewSettings/restoreViewSettings
*