summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/unodatbr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/unodatbr.cxx')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 278e9f1fd730..0bee0cd4063c 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -616,9 +616,9 @@ void SbaTableQueryBrowser::initializePreviewMode()
Reference< XPropertySet > xDataSourceSet(getRowSet(), UNO_QUERY);
if ( xDataSourceSet.is() )
{
- xDataSourceSet->setPropertyValue(OUString("AllowInserts"),makeAny(sal_False));
- xDataSourceSet->setPropertyValue(OUString("AllowUpdates"),makeAny(sal_False));
- xDataSourceSet->setPropertyValue(OUString("AllowDeletes"),makeAny(sal_False));
+ xDataSourceSet->setPropertyValue("AllowInserts",makeAny(sal_False));
+ xDataSourceSet->setPropertyValue("AllowUpdates",makeAny(sal_False));
+ xDataSourceSet->setPropertyValue("AllowDeletes",makeAny(sal_False));
}
}
@@ -1563,7 +1563,7 @@ void SbaTableQueryBrowser::attachFrame(const Reference< ::com::sun::star::frame:
{
Reference< XPropertySet > xFrameProps( m_aCurrentFrame.getFrame(), UNO_QUERY_THROW );
Reference< XLayoutManager > xLayouter(
- xFrameProps->getPropertyValue( OUString( "LayoutManager" ) ),
+ xFrameProps->getPropertyValue("LayoutManager"),
UNO_QUERY );
if ( xLayouter.is() )