From 65325f9c2f9aff6782fa5df910e8f2f5e63dfd93 Mon Sep 17 00:00:00 2001 From: Hossein Date: Thu, 7 Sep 2023 17:16:24 +0200 Subject: Rename .cpp examples to .cxx The files are renamed, and the associated lines in Makefiles and elsewhere are also changed. Change-Id: Ieec38055690e03afd8982320ee0836904a3f41eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156670 Tested-by: Jenkins Reviewed-by: Hossein --- odk/Package_examples.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odk/Package_examples.mk') diff --git a/odk/Package_examples.mk b/odk/Package_examples.mk index 457aea37e166..f533a91a346c 100644 --- a/odk/Package_examples.mk +++ b/odk/Package_examples.mk @@ -366,17 +366,17 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples, DevelopersGuide/UCB/data/data.txt \ OLE/activex/Makefile \ OLE/activex/README.txt \ - OLE/activex/SOActiveX.cpp \ + OLE/activex/SOActiveX.cxx \ OLE/activex/SOActiveX.h \ OLE/activex/SOActiveX.rgs \ - OLE/activex/SOComWindowPeer.cpp \ + OLE/activex/SOComWindowPeer.cxx \ OLE/activex/SOComWindowPeer.h \ OLE/activex/SOComWindowPeer.rgs \ - OLE/activex/StdAfx2.cpp \ + OLE/activex/StdAfx2.cxx \ OLE/activex/StdAfx2.h \ OLE/activex/example.html \ OLE/activex/resource.h \ - OLE/activex/so_activex.cpp \ + OLE/activex/so_activex.cxx \ OLE/activex/so_activex.def \ OLE/activex/so_activex.idl \ OLE/activex/so_activex.rc \ -- cgit