[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 9 20:51:42 UTC 2021


 odk/examples/DevelopersGuide/Components/CppComponent/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 96d1240adf946c443fb2c369a1c84e31e259c7a8
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 9 13:58:25 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 9 22:51:08 2021 +0200

    Fix apparent typos
    
    ...introduced with aaebbb0e597bfeb8e1c545130a0d17a55b164228
    "INTEGRATION: CWS jsc21" (but which never caused an issue as cppumaker generated
    output for all of $(COMP_RDB) anyway when the undefined $(TYPESLIST) didn't
    contribute anything to its command line)
    
    Change-Id: Ic6792ad9edc159c02d307ca72500605bc3c38077
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121851
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
index 5a63f4687b43..98a3eaf2b591 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
@@ -72,8 +72,8 @@ SLOFILES = $(patsubst %.cxx,$(SAMPLE_SLO_OUT)/%.$(OBJ_EXT),$(CXXFILES))
 
 GENURDFILES = $(patsubst %.idl,$(SAMPLE_GEN_OUT)/%.urd,$(IDLFILES))
 
-TYPELIST=-Tmy_module.XSomething  \
-	-Tmy_modules.MyService1 \
+TYPESLIST=-Tmy_module.XSomething  \
+	-Tmy_module.MyService1 \
 	-Tmy_module.MyService2
  
 # Targets


More information about the Libreoffice-commits mailing list