unotools/CppunitTest_unotools_fontdefs.mk | 2 unotools/qa/unit/testGetEnglishSearchName.cxx | 64 ++++++++++++++++++++++++++ unotools/qa/unit/testGetEnlishSearchName.cxx | 64 -------------------------- 3 files changed, 65 insertions(+), 65 deletions(-)
New commits: commit 23cebb364b6fd57debd31a86975a6ae6f119dd99 Author: Chris Sherlock <[email protected]> Date: Tue Oct 21 20:22:41 2014 +1100 unotools: correct filename spelling - testGetEnglishSearchName.cxx Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3 diff --git a/unotools/CppunitTest_unotools_fontdefs.mk b/unotools/CppunitTest_unotools_fontdefs.mk index 468838b..c96385c 100644 --- a/unotools/CppunitTest_unotools_fontdefs.mk +++ b/unotools/CppunitTest_unotools_fontdefs.mk @@ -17,7 +17,7 @@ $(eval $(call gb_CppunitTest_use_api,unotools_fontdefs, \ )) $(eval $(call gb_CppunitTest_add_exception_objects,unotools_fontdefs, \ - unotools/qa/unit/testGetEnlishSearchName \ + unotools/qa/unit/testGetEnglishSearchName \ )) $(eval $(call gb_CppunitTest_use_libraries,unotools_fontdefs, \ diff --git a/unotools/qa/unit/testGetEnlishSearchName.cxx b/unotools/qa/unit/testGetEnglishSearchName.cxx similarity index 100% rename from unotools/qa/unit/testGetEnlishSearchName.cxx rename to unotools/qa/unit/testGetEnglishSearchName.cxx _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
