diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 07:58:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 15:21:37 +0100 |
commit | 30cdbe09943f2ca6ee5025315596daab6b28998f (patch) | |
tree | 9f1a5c1c0e99c3d9600cc357d84d83882b4b2124 /connectivity/source/commontools | |
parent | 437c4984dbffbc531e1eeddf9c3b8f415f404c59 (diff) |
hard to tell what side-effects dbtools::StatementComposer::getQuery might have
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/dbtools.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index ed998185a700..91baa421af80 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -1332,6 +1332,8 @@ Reference< XSingleSelectQueryComposer > getComposedRowSetStatement( const Refere if ( bApplyFilter ) aComposer.setFilter( getString( _rxRowSet->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Filter" )) ) ) ); + aComposer.getQuery(); + xComposer = aComposer.getComposer(); aComposer.setDisposeComposer( false ); } |