[Libreoffice-commits] core.git: dbaccess/source xmloff/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jul 24 22:18:12 UTC 2017
dbaccess/source/inc/dsntypes.hxx | 2 +-
xmloff/source/forms/propertyexport.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit feb54809e9c0ed921cfda3417fe1eff7d6b9e2ef
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Jul 24 23:25:38 2017 +0200
Typo: tyoe->type
Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd
Reviewed-on: https://gerrit.libreoffice.org/40384
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx
index 911d99b367e6..e6ca73926395 100644
--- a/dbaccess/source/inc/dsntypes.hxx
+++ b/dbaccess/source/inc/dsntypes.hxx
@@ -154,7 +154,7 @@ public:
// check if a Create New Database button may be shown to insert connection url
bool supportsDBCreation(const OUString& _sURL) const;
- /// check if the given data source tyoe is based on the file system - i.e. the URL is a prefix plus a file URL
+ /// check if the given data source type is based on the file system - i.e. the URL is a prefix plus a file URL
bool isFileSystemBased(const OUString& _sURL) const;
bool isConnectionUrlRequired(const OUString& _sURL) const;
diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx
index add27d089911..5bc13cded759 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -216,7 +216,7 @@ namespace xmloff
aValue, eValueAttName);
break;
default:
- OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence tyoe !");
+ OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence type !");
break;
}
}
More information about the Libreoffice-commits
mailing list