summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 12:25:54 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 12:25:54 +0000
commita292f45caeb8031dfdbc3f4dc43fe24895717620 (patch)
treec2dcd0876b06ba43b8c69686effa0a8673707a30 /connectivity/source/inc
parent7970fd402200f7e0d15be93041bf680f9a5c2fde (diff)
INTEGRATION: CWS dba30c (1.36.10); FILE MERGED
2008/05/02 11:01:13 oj 1.36.10.1: #i53779# apply patch for distinct values
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx
index 1a52dd221e75..87381a857743 100644
--- a/connectivity/source/inc/file/FResultSet.hxx
+++ b/connectivity/source/inc/file/FResultSet.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FResultSet.hxx,v $
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
* This file is part of OpenOffice.org.
*
@@ -181,6 +181,7 @@ namespace connectivity
void updateValue(sal_Int32 columnIndex,const ORowSetValue& x ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
// clear insert row
void clearInsertRow();
+ void sortRows();
protected:
using OResultSet_BASE::rBHelper;