summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/VertSplitView.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 15:51:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 15:51:01 +0000
commit92e2337faaabb29bf5945c4b7fdb001ed6b3db27 (patch)
tree64a3ca5eafd53b9b42595f95e0d86303669c2cf2 /dbaccess/source/ui/inc/VertSplitView.hxx
parentc5d24ba9d602af63225f72df96e57a09f8025455 (diff)
INTEGRATION: CWS dba24 (1.2.80); FILE MERGED
2005/02/21 08:27:09 oj 1.2.80.1: #i42994# clear preview if entry was deleted
Diffstat (limited to 'dbaccess/source/ui/inc/VertSplitView.hxx')
-rw-r--r--dbaccess/source/ui/inc/VertSplitView.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/VertSplitView.hxx b/dbaccess/source/ui/inc/VertSplitView.hxx
index f18d731af817..3bc6330ee835 100644
--- a/dbaccess/source/ui/inc/VertSplitView.hxx
+++ b/dbaccess/source/ui/inc/VertSplitView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VertSplitView.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:55:09 $
+ * last change: $Author: vg $ $Date: 2005-03-10 16:51:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ namespace dbaui
virtual void GetFocus();
void setSplitter(Splitter* _pSplitter);
- void init(Window* _pRight,Window* _pLeft = NULL);
+ void set(Window* _pRight,Window* _pLeft = NULL);
virtual void Resize();
};
}