summaryrefslogtreecommitdiff
path: root/odk/Package_examples.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2023-09-07 17:16:24 +0200
committerHossein <hossein@libreoffice.org>2023-09-09 01:20:46 +0200
commit65325f9c2f9aff6782fa5df910e8f2f5e63dfd93 (patch)
tree85b071bca4feaafc02c3018d37d5ebcdee8a6255 /odk/Package_examples.mk
parentdebd9a749cbaaa6ec97992b6908293ec5d41bffc (diff)
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 <hossein@libreoffice.org>
Diffstat (limited to 'odk/Package_examples.mk')
-rw-r--r--odk/Package_examples.mk8
1 files changed, 4 insertions, 4 deletions
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 \