summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-18 13:55:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-18 13:55:45 +0000
commit759097e1d101a494f17b1e1a195c44fdeadb8024 (patch)
tree56e779b33fa4b0790e4e0bf84c43ce59b159ff10 /dbaccess/source/ui
parente74153395d58aac44be3060692b227ae24aa31f6 (diff)
#65293# changed to void type of function
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx
index 8bd6f2dcfae4..459904e80dce 100644
--- a/dbaccess/source/ui/inc/dbadmin.hxx
+++ b/dbaccess/source/ui/inc/dbadmin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbadmin.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: fs $ $Date: 2001-09-11 15:08:49 $
+ * last change: $Author: vg $ $Date: 2001-09-18 14:55:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -258,7 +258,7 @@ protected:
protected:
sal_Bool isUIEnabled() const { return m_bUIEnabled; }
- sal_Bool disabledUI() { m_bUIEnabled = sal_False; }
+ void disabledUI() { m_bUIEnabled = sal_False; }
/// select a (scheduled-to-be-)deleted data source, given by it's access key
void implSelectDeleted(sal_Int32 _nKey);
@@ -367,6 +367,9 @@ private:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.25 2001/09/11 15:08:49 fs
+ * #91304# +isUIEnabled / disableUI
+ *
* Revision 1.24 2001/08/30 16:11:51 fs
* #88427# +OnValidateName
*