summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filrset.cxx')
-rw-r--r--ucb/source/ucp/file/filrset.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/ucb/source/ucp/file/filrset.cxx b/ucb/source/ucp/file/filrset.cxx
index 3234e975ab10..ff49703198a5 100644
--- a/ucb/source/ucp/file/filrset.cxx
+++ b/ucb/source/ucp/file/filrset.cxx
@@ -190,10 +190,8 @@ void XResultSet_impl::isFinalChanged()
aEv.PropertyName = "IsRowCountFinal";
aEv.Further = false;
aEv.PropertyHandle = -1;
- bool fval = false;
- bool tval = true;
- aEv.OldValue <<= fval;
- aEv.NewValue <<= tval;
+ aEv.OldValue <<= false;
+ aEv.NewValue <<= true;
for( const auto& r : seq )
{
uno::Reference< beans::XPropertyChangeListener > listener(
@@ -609,12 +607,10 @@ XResultSet_impl::getMetaData()
{
if ( m_sProperty.getConstArray()[ n ].Name == "Title" )
{
- // @@@ #82177# - Determine correct value!
- bool bCaseSensitiveChildren = false;
-
std::vector< ::ucbhelper::ResultSetColumnData >
aColumnData( m_sProperty.getLength() );
- aColumnData[ n ].isCaseSensitive = bCaseSensitiveChildren;
+ // @@@ #82177# - Determine correct value!
+ aColumnData[ n ].isCaseSensitive = false;
::ucbhelper::ResultSetMetaData* p =
new ::ucbhelper::ResultSetMetaData(