summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-27 23:41:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-03-28 20:43:04 +0000
commitfd3449946492e80811e4a51231cf1061c607d8b7 (patch)
treef69601fc4a063a8690af947d73be0373b38a370f /dbaccess
parent55ddbfc610d2a00e565ca7bcb0277da33bb90947 (diff)
Fix typos
Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f Reviewed-on: https://gerrit.libreoffice.org/35782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index f1b85212c79e..be5152de4821 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -113,7 +113,7 @@ void OTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::Any&
sal_Int32 nIndex(static_cast<OTableStylesContext *>(pStyles)->GetIndex(nContextID));
OSL_ENSURE(nIndex != -1, "Property not found in Map");
XMLPropertyState aPropState(nIndex, rValue);
- GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+ GetProperties().push_back(aPropState); // has to be inserted in a sort order later
}
void OTableStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 46de39c070f3..27222c9f7fd3 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -267,7 +267,7 @@ namespace
if ( 0 == m_pBrowseBox->GetSelectColumnCount() )
{
m_pBrowseBox->DeactivateCell();
- // we are in the right mode if a row hase been selected row
+ // we are in the right mode if a row has been selected row
if ( nMode & BrowserMode::HIDESELECT )
{
nMode &= ~BrowserMode::HIDESELECT;