From 157420e496ddebd7101d88ba8d07164d3971ad22 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 18:51:10 +0200 Subject: Typos Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- dbaccess/inc/strings.hrc | 2 +- dbaccess/source/core/api/RowSet.cxx | 2 +- dbaccess/source/core/api/query.cxx | 2 +- dbaccess/source/core/api/querycontainer.cxx | 8 ++++---- dbaccess/source/core/dataaccess/definitioncontainer.cxx | 2 +- dbaccess/source/ui/app/AppController.cxx | 4 ++-- dbaccess/source/ui/app/AppControllerDnD.cxx | 4 ++-- dbaccess/source/ui/app/AppDetailView.cxx | 4 ++-- dbaccess/source/ui/browser/brwctrlr.cxx | 12 ++++++------ dbaccess/source/ui/browser/dsbrowserDnD.cxx | 6 +++--- dbaccess/source/ui/browser/unodatbr.cxx | 4 ++-- dbaccess/source/ui/dlg/ConnectionHelper.cxx | 2 +- dbaccess/source/ui/dlg/dbadmin.cxx | 2 +- dbaccess/source/ui/dlg/indexdialog.cxx | 4 ++-- dbaccess/source/ui/dlg/paramdialog.cxx | 10 +++++----- dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx | 2 +- dbaccess/source/ui/misc/indexcollection.cxx | 2 +- dbaccess/source/ui/querydesign/JoinExchange.cxx | 4 ++-- dbaccess/source/ui/querydesign/QueryDesignView.cxx | 2 +- dbaccess/source/ui/querydesign/TableConnection.cxx | 2 +- dbaccess/source/ui/uno/dbinteraction.cxx | 2 +- framework/inc/dispatch/closedispatcher.hxx | 2 +- framework/inc/helper/statusindicator.hxx | 2 +- framework/source/helper/ocomponentenumeration.cxx | 4 ++-- framework/source/helper/oframes.cxx | 4 ++-- framework/source/inc/loadenv/loadenvexception.hxx | 4 ++-- framework/source/services/frame.cxx | 4 ++-- framework/source/services/pathsettings.cxx | 2 +- offapi/com/sun/star/form/XGridPeer.idl | 2 +- offapi/com/sun/star/form/control/CommandButton.idl | 2 +- offapi/com/sun/star/form/control/ImageButton.idl | 2 +- offapi/com/sun/star/sdbc/XDatabaseMetaData.idl | 2 +- offapi/type_reference/typelibrary_history.txt | 2 +- 33 files changed, 57 insertions(+), 57 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", "") #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& _rpSet, SfxItemPool*& _rpPool, std::vector*& _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()); // 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); diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index d0ed8e8bbf87..aa75a3acdab6 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -191,7 +191,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< Otherwise e.g. the XController->suspend() call is not made and no UI warn the user about losing document changes. Because the - frame is closed .... + frame is closed... @return [bool] sal_True if closing was successful. diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx index baff80c4ab28..a97cfe952062 100644 --- a/framework/inc/helper/statusindicator.hxx +++ b/framework/inc/helper/statusindicator.hxx @@ -78,7 +78,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica */ StatusIndicator(StatusIndicatorFactory* pFactory); - /** @short does nothing real .... + /** @short does nothing real... */ virtual ~StatusIndicator() override; diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx index 76622c93bb6b..2a06c558c3e4 100644 --- a/framework/source/helper/ocomponentenumeration.cxx +++ b/framework/source/helper/ocomponentenumeration.cxx @@ -41,7 +41,7 @@ OComponentEnumeration::OComponentEnumeration( const std::vector< css::uno::Refer OComponentEnumeration::~OComponentEnumeration() { - // Reset instance, free memory .... + // Reset instance, free memory... impl_resetObject(); } @@ -100,7 +100,7 @@ void OComponentEnumeration::impl_resetObject() // Attention: // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)! // It exist two ways to call this method. From destructor and from disposing(). - // I can't say, which one is the first. Normally the disposing-call - but other way .... + // I can't say, which one is the first. Normally the disposing-call - but other way... // Delete list of components. m_seqComponents.clear(); diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 5c9b06e1138a..048d5ad79b54 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -52,7 +52,7 @@ OFrames::OFrames( const css::uno::Reference< XFrame >& xOwner OFrames::~OFrames() { - // Reset instance, free memory .... + // Reset instance, free memory... impl_resetObject(); } @@ -287,7 +287,7 @@ void OFrames::impl_resetObject() // Attention: // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)! // It exist two ways to call this method. From destructor and from disposing(). - // I can't say, which one is the first. Normally the disposing-call - but other way .... + // I can't say, which one is the first. Normally the disposing-call - but other way... // This instance can't work if the weakreference to owner is invalid! // Destroy this to reset this object. diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index 73639cace389..a59fc9cb48ef 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -38,7 +38,7 @@ class LoadEnvException public: /** @short Can be used as an ID for an instance of a LoadEnvException. @descr To prevent errors on adding/removing/changing such IDs here, - an enum field is used. Its int values are self organized ... + an enum field is used. Its int values are self organized... */ enum EIDs { @@ -50,7 +50,7 @@ class LoadEnvException should be thrown, if a required item does not exists. */ ID_INVALID_MEDIADESCRIPTOR, - /** @short Its similar to a uno::RuntimeException .... + /** @short Its similar to a uno::RuntimeException... @descr But such runtime exception can break the whole office code. So its capsulated to this specialized load environment only. Mostly it indicates a missing but needed resource ... e.g the diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index e4cc05c5567a..8f6faa5d544b 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2710,8 +2710,8 @@ sal_Int16 SAL_CALL XFrameImpl::resetActionLocks() } // Attention: - // external lock count is 0 here every time ... but if - // member m_bSelfClose is set to true too .... we call our own close()/dispose(). + // external lock count is 0 here every time... but if + // member m_bSelfClose is set to true too... we call our own close()/dispose(). // See close() for further information implts_checkSuicide(); diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 6a6363217b43..9ad1f9ac1a4d 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -80,7 +80,7 @@ sal_Int32 impl_getPropGroup(sal_Int32 nID) return (nID % IDGROUP_COUNT); } -/* enable it if you wish to migrate old user settings (using the old cfg schema) on demand .... +/* enable it if you wish to migrate old user settings (using the old cfg schema) on demand... disable it in case only the new schema must be used. */ diff --git a/offapi/com/sun/star/form/XGridPeer.idl b/offapi/com/sun/star/form/XGridPeer.idl index b397641c7641..0cede6e5716a 100644 --- a/offapi/com/sun/star/form/XGridPeer.idl +++ b/offapi/com/sun/star/form/XGridPeer.idl @@ -34,7 +34,7 @@

Usually, the columns used are the columns as supplied by the grid control model.

You should use this interface only if you know exactly what you are doing. Tampering - with the columns of a grid control which is part of a complex form can really hurt ....

+ with the columns of a grid control which is part of a complex form can really hurt...

@deprecated @see com::sun::star::awt::XWindowPeer diff --git a/offapi/com/sun/star/form/control/CommandButton.idl b/offapi/com/sun/star/form/control/CommandButton.idl index 84c646b1f6cb..8596226bb719 100644 --- a/offapi/com/sun/star/form/control/CommandButton.idl +++ b/offapi/com/sun/star/form/control/CommandButton.idl @@ -45,7 +45,7 @@ published service CommandButton /** allows external instances to register as veto listener for the button's actions. -

An com::sun::star::form::XApproveActionListener returning false on +

A com::sun::star::form::XApproveActionListener returning false on it's approve-method will prevent any action which would usually be triggered - this includes not only submitting or resetting forms, but also calling the com::sun::star::awt::XActionListeners of the super service
diff --git a/offapi/com/sun/star/form/control/ImageButton.idl b/offapi/com/sun/star/form/control/ImageButton.idl index 787ec26176ca..4645d25969bb 100644 --- a/offapi/com/sun/star/form/control/ImageButton.idl +++ b/offapi/com/sun/star/form/control/ImageButton.idl @@ -45,7 +45,7 @@ published service ImageButton /** allows external instances to register as veto listener for the button's actions. -

An com::sun::star::form::XApproveActionListener returning false on +

A com::sun::star::form::XApproveActionListener returning false on it's approve-method will prevent any action which would usually be triggered - this includes not only submitting or resetting forms, but also calling the com::sun::star::awt::XActionListeners of the super service
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl index 982e41af883d..d36650d624d4 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -1022,7 +1022,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface @throws SQLException if a database access error occurs.