Kaydet (Commit) feb54809 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: tyoe->type

Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd
Reviewed-on: https://gerrit.libreoffice.org/40384Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst a7a99a57
...@@ -154,7 +154,7 @@ public: ...@@ -154,7 +154,7 @@ public:
// check if a Create New Database button may be shown to insert connection url // check if a Create New Database button may be shown to insert connection url
bool supportsDBCreation(const OUString& _sURL) const; 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 isFileSystemBased(const OUString& _sURL) const;
bool isConnectionUrlRequired(const OUString& _sURL) const; bool isConnectionUrlRequired(const OUString& _sURL) const;
......
...@@ -216,7 +216,7 @@ namespace xmloff ...@@ -216,7 +216,7 @@ namespace xmloff
aValue, eValueAttName); aValue, eValueAttName);
break; break;
default: default:
OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence tyoe !"); OSL_FAIL("OPropertyExport::exportRemainingProperties: unsupported sequence type !");
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment