summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/querycontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index 867abb848e12..82c1422c12ae 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "adtabdlg.hxx"
#include "browserids.hxx"
#include "dbu_qry.hrc"
@@ -881,9 +880,9 @@ void OQueryController::impl_initialize()
OUString sCommand;
m_nCommandType = CommandType::QUERY;
- // �����������������������������������������������������������������������������������������������������������������
- // � reading parameters
- // �����������������������������������������������������������������������������������������������������������������
+ // .........................................................................
+ // . reading parameters:
+
// legacy parameters first (later overwritten by regular parameters)
OUString sIndependentSQLCommand;
if ( rArguments.get_ensureType( "IndependentSQLCommand", sIndependentSQLCommand ) )
@@ -953,7 +952,7 @@ void OQueryController::impl_initialize()
m_bGraphicalDesign = false;
}
- // .................................................................................................................
+ // .........................................................................
// . initial design
bool bForceInitialDesign = false;
Sequence< PropertyValue > aCurrentQueryDesignProps;
@@ -983,7 +982,7 @@ void OQueryController::impl_initialize()
bForceInitialDesign = true;
}
- // �����������������������������������������������������������������������������������������������������������������
+ // .........................................................................
if ( !ensureConnected( sal_False ) )
{ // we have no connection so what else should we do
m_bGraphicalDesign = sal_False;