summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:01:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:01:23 +0000
commit171e920fae9bd8f91c14f15a19d5bf8ad07c3513 (patch)
treedbf660e303149ba7682ed4e34313ffd25321e44c /dbaccess/source/ui/inc/QueryDesignView.hxx
parentfe729454e836683e04ce0813d84aec2c7efb8abc (diff)
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
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index f1eb4c9f25e2..9c0e41d88da4 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -180,7 +180,7 @@ namespace dbaui
// called when a table from tabeview was deleted
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 zoomTableView(const Fraction& _rFraction);