Kaydet (Commit) 78f01fe2 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.8.168); FILE MERGED

2007/11/08 14:18:29 fs 1.8.168.1: during #i81658#: string cleanup
üst 41f1343a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: composerdialogs.cxx,v $ * $RCSfile: composerdialogs.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 07:33:54 $ * last change: $Author: rt $ $Date: 2008-01-30 08:56:26 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -131,7 +131,7 @@ namespace dbaui ...@@ -131,7 +131,7 @@ namespace dbaui
{ {
Reference< XPropertySet > xRowsetProps( m_xRowSet, UNO_QUERY ); Reference< XPropertySet > xRowsetProps( m_xRowSet, UNO_QUERY );
if ( xRowsetProps.is() ) if ( xRowsetProps.is() )
xRowsetProps->getPropertyValue( PROPERTY_ACTIVECONNECTION ) >>= xConnection; xRowsetProps->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xConnection;
} }
// fallback: if there is a connection and thus a row set, but no composer, create one // fallback: if there is a connection and thus a row set, but no composer, create one
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment