summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-27 11:49:20 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-01-27 11:49:20 +0100
commitf3c1af57010033c40bfda0711cce7b83e2afdf51 (patch)
treea8a513de806d90f79125fa34034bc52a35b05ebe /offapi/com/sun/star/sdb
parentfdo#38542: SvxBorderLine::GuessLinesWidths: (diff)
downloadcore-f3c1af57010033c40bfda0711cce7b83e2afdf51.tar.gz
core-f3c1af57010033c40bfda0711cce7b83e2afdf51.zip
Pick additional cleanups from -3-5-0 branch.
This cherry-picks the extra cleanups from the UNO type publishing revert.
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index d432142219f0..59bd3cdb8b17 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -204,7 +204,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
if a database access error occurs.
*/
void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column,
- [in] boolean ascending)
+ [in] boolean ascending)
raises (com::sun::star::sdbc::SQLException);
//-------------------------------------------------------------------------