diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-14 17:45:23 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-05-14 21:03:10 +0200 |
commit | fddc55cc896fc9d47cadd1b89ab1c24b6d19721f (patch) | |
tree | 38fab71e311678d9568dd8d8f4d332589d68b718 | |
parent | 7b8556729629ceaf633f60c86f0114e4427d2b4a (diff) |
fix typo
the header is already ParameterSubstitution.hxx...
Change-Id: I13239681fbdee6d79aae67f7b7291fe5f7ee78ee
Reviewed-on: https://gerrit.libreoffice.org/54333
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rene Engelhard <rene@debian.org>
-rw-r--r-- | connectivity/Library_dbtools.mk | 2 | ||||
-rw-r--r-- | connectivity/source/commontools/ParameterSubstitution.cxx (renamed from connectivity/source/commontools/ParamterSubstitution.cxx) | 0 | ||||
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk index 3136a22c908b..79723037a5db 100644 --- a/connectivity/Library_dbtools.mk +++ b/connectivity/Library_dbtools.mk @@ -77,7 +77,7 @@ $(eval $(call gb_Library_add_exception_objects,dbtools,\ connectivity/source/commontools/FDatabaseMetaDataResultSet \ connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData \ connectivity/source/commontools/FValue \ - connectivity/source/commontools/ParamterSubstitution \ + connectivity/source/commontools/ParameterSubstitution \ connectivity/source/commontools/RowFunctionParser \ connectivity/source/commontools/TColumnsHelper \ connectivity/source/commontools/TConnection \ diff --git a/connectivity/source/commontools/ParamterSubstitution.cxx b/connectivity/source/commontools/ParameterSubstitution.cxx index dfec360b23e5..dfec360b23e5 100644 --- a/connectivity/source/commontools/ParamterSubstitution.cxx +++ b/connectivity/source/commontools/ParameterSubstitution.cxx diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index f1cf302e060a..4fc47329e80b 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -1996,7 +1996,7 @@ connectivity/source/commontools/DriversConfig.cxx connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx connectivity/source/commontools/FValue.cxx -connectivity/source/commontools/ParamterSubstitution.cxx +connectivity/source/commontools/ParameterSubstitution.cxx connectivity/source/commontools/RowFunctionParser.cxx connectivity/source/commontools/TColumnsHelper.cxx connectivity/source/commontools/TConnection.cxx |