summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:51:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-11 23:43:34 +0200
commit157420e496ddebd7101d88ba8d07164d3971ad22 (patch)
treeb126bef25094bdc494604025c7f240f1026f5633 /dbaccess
parent6bddab1d2553defebf6b2ebdd80553413d364dd8 (diff)
Typos
Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/inc/strings.hrc2
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
-rw-r--r--dbaccess/source/core/api/query.cxx2
-rw-r--r--dbaccess/source/core/api/querycontainer.cxx8
-rw-r--r--dbaccess/source/core/dataaccess/definitioncontainer.cxx2
-rw-r--r--dbaccess/source/ui/app/AppController.cxx4
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx4
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx4
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx12
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx6
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx4
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx2
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.cxx2
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx4
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx10
-rw-r--r--dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx2
-rw-r--r--dbaccess/source/ui/misc/indexcollection.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/JoinExchange.cxx4
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/TableConnection.cxx2
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx2
21 files changed, 41 insertions, 41 deletions
diff --git a/dbaccess/inc/strings.hrc b/dbaccess/inc/strings.hrc
index 982e146c7f38..a5d8f397283d 100644
--- a/dbaccess/inc/strings.hrc
+++ b/dbaccess/inc/strings.hrc
@@ -255,7 +255,7 @@
#define STR_TABLEDESIGN_UNDO_PRIMKEY NC_("STR_TABLEDESIGN_UNDO_PRIMKEY", "Insert/remove primary key" )
#define STR_VALUE_YES NC_("STR_VALUE_YES", "Yes" )
#define STR_VALUE_NO NC_("STR_VALUE_NO", "No" )
-// Note: should somehow fit to the word "value" in other languages as well: value - none ....
+// Note: should somehow fit to the word "value" in other languages as well: value - none...
#define STR_VALUE_NONE NC_("STR_VALUE_NONE", "<none>")
#define STR_TAB_FIELD_NAME NC_("STR_TAB_FIELD_NAME", "Field name" )
#define STR_TAB_FIELD_COLUMN_NAME NC_("STR_TAB_FIELD_COLUMN_NAME", "Field Name" )
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 334afad81836..99c6e56edc0c 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -1254,7 +1254,7 @@ void SAL_CALL ORowSet::moveToCurrentRow( )
return;
if ( rowDeleted() )
- // this would perhaps even justify a RuntimeException ....
+ // this would perhaps even justify a RuntimeException...
// if the current row is deleted, then no write access to this row should be possible. So,
// m_bModified should be true. Also, as soon as somebody calls moveToInsertRow,
// our current row should not be deleted anymore. So, we should not have survived the above
diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx
index ddb1f59c2ef6..f8b60a76cb9e 100644
--- a/dbaccess/source/core/api/query.cxx
+++ b/dbaccess/source/core/api/query.cxx
@@ -291,7 +291,7 @@ void OQuery::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _r
m_xCommandDefinition->setPropertyValue(sAggPropName, _rValue);
if ( PROPERTY_ID_COMMAND == _nHandle )
- // the columns are out of date if we are based on a new statement ....
+ // the columns are out of date if we are based on a new statement...
setColumnsOutOfDate();
}
}
diff --git a/dbaccess/source/core/api/querycontainer.cxx b/dbaccess/source/core/api/querycontainer.cxx
index 8a88c48f1aea..0acba89f5c9e 100644
--- a/dbaccess/source/core/api/querycontainer.cxx
+++ b/dbaccess/source/core/api/querycontainer.cxx
@@ -240,7 +240,7 @@ void SAL_CALL OQueryContainer::elementInserted( const css::container::ContainerE
return;
OSL_ENSURE(!sElementName.isEmpty(), "OQueryContainer::elementInserted : invalid name !");
- OSL_ENSURE(m_aDocumentMap.find(sElementName) == m_aDocumentMap.end(), "OQueryContainer::elementInserted : oops .... we're inconsistent with our master container !");
+ OSL_ENSURE(m_aDocumentMap.find(sElementName) == m_aDocumentMap.end(), "OQueryContainer::elementInserted : oops... we're inconsistent with our master container !");
if (sElementName.isEmpty() || hasByName(sElementName))
return;
@@ -256,7 +256,7 @@ void SAL_CALL OQueryContainer::elementRemoved( const css::container::ContainerEv
_rEvent.Accessor >>= sAccessor;
{
OSL_ENSURE(!sAccessor.isEmpty(), "OQueryContainer::elementRemoved : invalid name !");
- OSL_ENSURE(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementRemoved : oops .... we're inconsistent with our master container !");
+ OSL_ENSURE(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementRemoved : oops... we're inconsistent with our master container !");
if ( sAccessor.isEmpty() || !hasByName(sAccessor) )
return;
}
@@ -272,7 +272,7 @@ void SAL_CALL OQueryContainer::elementReplaced( const css::container::ContainerE
{
MutexGuard aGuard(m_aMutex);
OSL_ENSURE(!sAccessor.isEmpty(), "OQueryContainer::elementReplaced : invalid name !");
- OSL_ENSURE(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementReplaced : oops .... we're inconsistent with our master container !");
+ OSL_ENSURE(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementReplaced : oops... we're inconsistent with our master container !");
if (sAccessor.isEmpty() || !hasByName(sAccessor))
return;
@@ -320,7 +320,7 @@ void SAL_CALL OQueryContainer::disposing( const css::lang::EventObject& _rSource
else
{
Reference< XContent > xSource(_rSource.Source, UNO_QUERY);
- // it's one of our documents ....
+ // it's one of our documents...
for (auto const& document : m_aDocumentMap)
{
if ( xSource == document.second.get() )
diff --git a/dbaccess/source/core/dataaccess/definitioncontainer.cxx b/dbaccess/source/core/dataaccess/definitioncontainer.cxx
index c64b17581dc9..6cad0402cad4 100644
--- a/dbaccess/source/core/dataaccess/definitioncontainer.cxx
+++ b/dbaccess/source/core/dataaccess/definitioncontainer.cxx
@@ -439,7 +439,7 @@ void SAL_CALL ODefinitionContainer::disposing( const EventObject& _rSource )
{
MutexGuard aGuard(m_aMutex);
Reference< XContent > xSource(_rSource.Source, UNO_QUERY);
- // it's one of our documents ....
+ // it's one of our documents...
for (auto & elem : m_aDocumentMap)
{
if ( xSource == elem.second.get() )
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index 4d36c4fac96a..b3e753800b73 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2342,7 +2342,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
if ( !pView || pView->getElementType() == E_NONE )
{
OSL_FAIL("OApplicationController::executeDrop: what the hell did queryDrop do?");
- // queryDrop should not have allowed us to reach this situation ....
+ // queryDrop should not have allowed us to reach this situation...
return DND_ACTION_NONE;
}
@@ -2361,7 +2361,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
m_aAsyncDrop.bHtml = false;
m_aAsyncDrop.aUrl.clear();
- // loop through the available formats and see what we can do ...
+ // loop through the available formats and see what we can do...
// first we have to check if it is our own format, if not we have to copy the stream :-(
if ( ODataAccessObjectTransferable::canExtractObjectDescriptor(aDroppedData.GetDataFlavorExVector()) )
{
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index 6a5f0065ff52..6df3b51b7022 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -653,7 +653,7 @@ bool OApplicationController::paste( ElementType _eType, const svx::ODataAccessDe
if (!bSuccess)
{
OSL_FAIL("OApplicationController::paste: could not extract the source query object!");
- // TODO: maybe this is worth an error message to be displayed to the user ....
+ // TODO: maybe this is worth an error message to be displayed to the user...
return false;
}
}
@@ -666,7 +666,7 @@ bool OApplicationController::paste( ElementType _eType, const svx::ODataAccessDe
return false;
}
- // here we have everything needed to create a new query object ...
+ // here we have everything needed to create a new query object...
// ... ehm, except a new name
ensureConnection();
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index b997c8e301ad..98a7327e9c60 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -172,7 +172,7 @@ void OCreationList::StartDrag( sal_Int8 /*_nAction*/, const Point& /*_rPosPixel*
// don't give this to the base class, it does a ReleaseMouse as very first action
// Though I think this is a bug (it should ReleaseMouse only if it is going to do
// something with the drag-event), I hesitate to fix it in the current state,
- // since I don't overlook the consequences, and we're close to 2.0 ...)
+ // since I don't overlook the consequences, and we're close to 2.0...)
}
void OCreationList::ModelHasCleared()
@@ -262,7 +262,7 @@ void OCreationList::MouseButtonUp( const MouseEvent& rMEvt )
if ( m_pMouseDownEntry )
{
- OSL_ENSURE( IsMouseCaptured(), "OCreationList::MouseButtonUp: hmmm .... no mouse captured, but an active entry?" );
+ OSL_ENSURE( IsMouseCaptured(), "OCreationList::MouseButtonUp: hmmm... no mouse captured, but an active entry?" );
ReleaseMouse();
InvalidateEntry( m_pMouseDownEntry );
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx
index c2dcbbce590c..d17438e7afdb 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -802,7 +802,7 @@ bool SbaXDataBrowserController::Construct(vcl::Window* pParent)
OSL_ENSURE(pVclGrid, "SbaXDataBrowserController::Construct : have no VCL control !");
pVclGrid->SetMasterListener(this);
- // add listeners ...
+ // add listeners...
// ... to the form model
Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY);
@@ -843,7 +843,7 @@ bool SbaXDataBrowserController::LoadForm()
void SbaXDataBrowserController::AddColumnListener(const Reference< XPropertySet > & /*xCol*/)
{
- // we're not interested in any column properties ...
+ // we're not interested in any column properties...
}
void SbaXDataBrowserController::RemoveColumnListener(const Reference< XPropertySet > & /*xCol*/)
@@ -2116,7 +2116,7 @@ void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< Property
// no need to reset the grid model after we moved to the insert row, this is done implicitly by the
// form
// (and in some cases it may be deadly to do the reset explicitly after the form did it implicitly,
- // cause the form's reset may be async, and this leads to some nice deadlock scenarios ....)
+ // cause the form's reset may be async, and this leads to some nice deadlock scenarios...)
}
else
{
@@ -2262,7 +2262,7 @@ IMPL_LINK(SbaXDataBrowserController, OnInvalidateClipboard, Timer*, _pTimer, voi
// The timer is only for checking the CUT/COPY slots regularly, which depend on the
// selection state of the active cell
// TODO: get a callback at the Edit which allows to be notified when the selection
- // changes. This would be much better than this cycle-eating polling mechanism here ....
+ // changes. This would be much better than this cycle-eating polling mechanism here...
if ( _pTimer != &m_aInvalidateClipboard )
InvalidateFeature(ID_BROWSER_PASTE);
}
@@ -2485,7 +2485,7 @@ void SbaXDataBrowserController::unloaded(const EventObject& /*aEvent*/)
// (it's a little hack : the grid columns are listening to this event, too, and their bound field may
// change as a reaction on that event. as we have no chance to be notified of this change (which is
// the one we're interested in) we give them time to do what they want to before invalidating our
- // bound-field-dependent slots ....
+ // bound-field-dependent slots...
}
void SbaXDataBrowserController::reloading(const EventObject& /*aEvent*/)
@@ -2500,7 +2500,7 @@ void SbaXDataBrowserController::reloaded(const EventObject& /*aEvent*/)
// (it's a little hack : the grid columns are listening to this event, too, and their bound field may
// change as a reaction on that event. as we have no chance to be notified of this change (which is
// the one we're interested in) we give them time to do what they want to before invalidating our
- // bound-field-dependent slots ....
+ // bound-field-dependent slots...
}
void SbaXDataBrowserController::enterFormAction()
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
index 2d282cf671fa..ea22ebab8fe7 100644
--- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx
+++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
@@ -98,7 +98,7 @@ namespace dbaui
// check if we're a table or query container
SvTreeListEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel );
- if ( pHitEntry ) // no drop if no entry was hit ....
+ if ( pHitEntry ) // no drop if no entry was hit...
{
// it must be a container
EntryType eEntryType = getEntryType( pHitEntry );
@@ -124,7 +124,7 @@ namespace dbaui
if (!isContainer(eEntryType))
{
OSL_FAIL("SbaTableQueryBrowser::executeDrop: what the hell did queryDrop do?");
- // queryDrop should not have allowed us to reach this situation ....
+ // queryDrop should not have allowed us to reach this situation...
return DND_ACTION_NONE;
}
// a TransferableDataHelper for accessing the dropped data
@@ -179,7 +179,7 @@ namespace dbaui
// ensure that the entry which the user clicked at is selected
SvTreeListEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rPosPixel );
if (!pHitEntry)
- // no drag of no entry was hit ....
+ // no drag of no entry was hit...
return false;
// it must be a query/table
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 6903e7c5565e..a07fd94c8a88 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -497,7 +497,7 @@ void SbaTableQueryBrowser::impl_sanitizeRowSetClauses_nothrow()
// ...
// }
// enum SQLFilterOperand { Column, Literal, ... }
- // ... or something like this ....
+ // ... or something like this...
}
catch( const Exception& )
{
@@ -1015,7 +1015,7 @@ void SbaTableQueryBrowser::checkDocumentDataSource()
{ // at least the data source is known
if (nullptr != pContainerEntry)
bKnownDocDataSource = true; // assume we know it.
- // TODO: should we expand the object container? This may be too expensive just for checking ....
+ // TODO: should we expand the object container? This may be too expensive just for checking...
else
{
if (m_aDocumentDataSource.has(DataAccessDescriptorProperty::CommandType)
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 6154cb7a789d..18dde46c0c52 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -668,7 +668,7 @@ namespace dbaui
if ( ( sURL != sOldPath ) && !sURL.isEmpty() )
{ // the text changed since entering the control
- // the path may be in system notation ....
+ // the path may be in system notation...
OFileNotation aTransformer(sURL);
sURL = aTransformer.get(OFileNotation::N_URL);
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx
index 83b8bf1c2ce4..5eccd1a29bf7 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -266,7 +266,7 @@ void ODbAdminDialog::clearPassword()
void ODbAdminDialog::createItemSet(std::unique_ptr<SfxItemSet>& _rpSet, SfxItemPool*& _rpPool, std::vector<SfxPoolItem*>*& _rpDefaults, ::dbaccess::ODsnTypeCollection* _pTypeCollection)
{
- // just to be sure ....
+ // just to be sure...
_rpSet = nullptr;
_rpPool = nullptr;
_rpDefaults = nullptr;
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 446737e41e1f..9d42d02623fb 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -540,7 +540,7 @@ namespace dbaui
{
OSL_ENSURE(!m_bEditAgain, "DbaIndexDialog::OnCloseDialog: somebody was faster than hell!");
// this means somebody entered a new name, which was invalid, which cause us to posted us an event,
- // and before the event arrived the user clicked onto "close". VERY fast, this user ....
+ // and before the event arrived the user clicked onto "close". VERY fast, this user...
m_pIndexList->EndEditing();
if (m_bEditAgain)
// could not commit the new name (started a new - asynchronous - edit trial)
@@ -618,7 +618,7 @@ namespace dbaui
if (aPosition->isNew())
{
updateToolbox();
- // no commitment needed here ....
+ // no commitment needed here...
return true;
}
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index 370c733eafb7..ff59348cd952 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -206,7 +206,7 @@ namespace dbaui
{
if (m_xCancelBtn.get() == &rButton)
{
- // no interpreting of the given values anymore ....
+ // no interpreting of the given values anymore...
m_xParam->connect_focus_out(Link<weld::Widget&, void>()); // no direct call from the control anymore ...
m_bNeedErrorOnCurrent = false; // in case of any indirect calls -> no error message
m_xDialog->response(RET_CANCEL);
@@ -218,8 +218,8 @@ namespace dbaui
{ // there was an error interpreting the current text
m_bNeedErrorOnCurrent = true;
// we're are out of the complex web :) of direct and indirect calls to OnValueLoseFocus now,
- // so the next time it is called we need an error message, again ....
- // (TODO : there surely are better solutions for this ...)
+ // so the next time it is called we need an error message, again...
+ // (TODO : there surely are better solutions for this...)
return;
}
@@ -267,8 +267,8 @@ namespace dbaui
OnEntrySelected();
m_bNeedErrorOnCurrent = true;
// we're are out of the complex web :) of direct and indirect calls to OnValueLoseFocus now,
- // so the next time it is called we need an error message, again ....
- // (TODO : there surely are better solutions for this ...)
+ // so the next time it is called we need an error message, again...
+ // (TODO : there surely are better solutions for this...)
}
}
}
diff --git a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
index aa2bdf8cf81c..505391d7cdb8 100644
--- a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
+++ b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
@@ -253,7 +253,7 @@ namespace dbaui
if ( xConnAsChild.is() )
xDS.set( xConnAsChild->getParent(), UNO_QUERY );
- // (take the indirection through XDataSource to ensure we have a correct object ....)
+ // (take the indirection through XDataSource to ensure we have a correct object...)
m_pImpl->m_aDataSource = DataSourceHolder(xDS);
}
SAL_WARN_IF( !m_pImpl->m_aDataSource.is(), "dbaccess.ui", "DBSubComponentController::initializeConnection: unable to obtain the data source object!" );
diff --git a/dbaccess/source/ui/misc/indexcollection.cxx b/dbaccess/source/ui/misc/indexcollection.cxx
index 280ec5c2cd95..e680e1cec9ab 100644
--- a/dbaccess/source/ui/misc/indexcollection.cxx
+++ b/dbaccess/source/ui/misc/indexcollection.cxx
@@ -193,7 +193,7 @@ namespace dbaui
bool OIndexCollection::drop(const Indexes::iterator& _rPos)
{
OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()),
- "OIndexCollection::drop: invalid position (fasten your seatbelt .... this will crash)!");
+ "OIndexCollection::drop: invalid position (fasten your seatbelt... this will crash)!");
if (!_rPos->isNew())
if (!dropNoRemove(_rPos))
diff --git a/dbaccess/source/ui/querydesign/JoinExchange.cxx b/dbaccess/source/ui/querydesign/JoinExchange.cxx
index 3ee2e4d34b1f..a22ec381f6ab 100644
--- a/dbaccess/source/ui/querydesign/JoinExchange.cxx
+++ b/dbaccess/source/ui/querydesign/JoinExchange.cxx
@@ -105,8 +105,8 @@ namespace dbaui
SotClipboardFormatId nFormat = SotExchange::GetFormat(rFlavor);
if ( SotClipboardFormatId::SBA_JOIN == nFormat )
// this is a HACK
- // we don't really copy our data, the instances using us have to call GetSourceDescription ....
- // if, one day, we have a _lot_ of time, this hack should be removed ....
+ // we don't really copy our data, the instances using us have to call GetSourceDescription...
+ // if, one day, we have a _lot_ of time, this hack should be removed...
return true;
return false;
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 7b1392745f33..1b2e6e61ddd8 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -1957,7 +1957,7 @@ namespace
}
else
{
- // there already exists a window for this alias ....
+ // there already exists a window for this alias...
if ( !aKeyComp( pExistentWin->GetData()->GetComposedName(), sComposedName ) )
// ... but for another complete table name -> new window
pTableView->AddTabWin(sComposedName, sAlias);
diff --git a/dbaccess/source/ui/querydesign/TableConnection.cxx b/dbaccess/source/ui/querydesign/TableConnection.cxx
index 6aede7e64b54..3a059f9cfa64 100644
--- a/dbaccess/source/ui/querydesign/TableConnection.cxx
+++ b/dbaccess/source/ui/querydesign/TableConnection.cxx
@@ -155,7 +155,7 @@ namespace dbaui
// I believe Invalidate and Draw(Rectangle) do not behave consistent: in any case it
// could explain, why without the fake here when deleting a connection a dash remains at the lower end:
// Invalidate records obviously one pixel line less as Draw.
- // Or everything works differently ..... in any case it works ....
+ // Or everything works differently... in any case it works...
m_pParent->Invalidate( rcBounding, InvalidateFlags::NoChildren );
}
diff --git a/dbaccess/source/ui/uno/dbinteraction.cxx b/dbaccess/source/ui/uno/dbinteraction.cxx
index 53f6468dcdeb..1bd4f34e28e6 100644
--- a/dbaccess/source/ui/uno/dbinteraction.cxx
+++ b/dbaccess/source/ui/uno/dbinteraction.cxx
@@ -233,7 +233,7 @@ namespace dbaui
void BasicInteractionHandler::implHandle(const DocumentSaveRequest& _rDocuRequest, const Sequence< Reference< XInteractionContinuation > >& _rContinuations)
{
SolarMutexGuard aGuard;
- // want to open a dialog ....
+ // want to open a dialog...
sal_Int32 nApprovePos = getContinuation(APPROVE, _rContinuations);
sal_Int32 nDisApprovePos = getContinuation(DISAPPROVE, _rContinuations);