summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:30:22 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:12 +0200
commitf212aa9f84246f9bc1feb3b169885c5e717a10cd (patch)
treec2f8dfc5576a37c9881d0d024a89bbc2fe8d5ff9 /dbaccess
parent8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf (diff)
fix existing comments
Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index bce93978e7c6..189bc53fb4c2 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -865,7 +865,7 @@ void OQueryController::impl_initialize()
OUString sCommand;
m_nCommandType = CommandType::QUERY;
- // . reading parameters:
+ // reading parameters:
// legacy parameters first (later overwritten by regular parameters)
OUString sIndependentSQLCommand;
@@ -936,7 +936,7 @@ void OQueryController::impl_initialize()
m_bGraphicalDesign = false;
}
- // . initial design
+ // initial design
bool bForceInitialDesign = false;
Sequence< PropertyValue > aCurrentQueryDesignProps;
aCurrentQueryDesignProps = rArguments.getOrDefault( "CurrentQueryDesign", aCurrentQueryDesignProps );
@@ -1119,7 +1119,7 @@ void OQueryController::setQueryComposer()
sal_Bool OQueryController::Construct(Window* pParent)
{
- // TODO: we have to check if we should create the text- or the design- view
+ // TODO: we have to check if we should create the text view or the design view
setView( * new OQueryContainerWindow( pParent, *this, getORB() ) );