Kaydet (Commit) 171e920f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS hsqldb2 (1.17.46); FILE MERGED

2005/01/19 07:06:49 oj 1.17.46.1: #i39922# merge from dba22 and fixes in datasource for embedded storage
üst fe729454
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: QueryDesignView.hxx,v $ * $RCSfile: QueryDesignView.hxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: rt $ $Date: 2004-10-22 09:05:39 $ * last change: $Author: vg $ $Date: 2005-02-16 16:01:23 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -180,7 +180,7 @@ namespace dbaui ...@@ -180,7 +180,7 @@ namespace dbaui
// called when a table from tabeview was deleted // called when a table from tabeview was deleted
void TableDeleted(const ::rtl::OUString& rAliasName); void TableDeleted(const ::rtl::OUString& rAliasName);
BOOL getColWidth( const ::rtl::OUString& rAliasName, const ::rtl::OUString& rFieldName, ULONG& nWidth ); BOOL getColWidth( const ::rtl::OUString& rAliasName, const ::rtl::OUString& rFieldName, sal_uInt32& nWidth );
void fillValidFields(const ::rtl::OUString& strTableName, ComboBox* pFieldList); void fillValidFields(const ::rtl::OUString& strTableName, ComboBox* pFieldList);
void zoomTableView(const Fraction& _rFraction); void zoomTableView(const Fraction& _rFraction);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment