summaryrefslogtreecommitdiffstats
path: root/karbon/shapes
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-05-23 20:48:35 +0900
committerMichele Calgaro <[email protected]>2021-05-29 15:17:38 +0900
commitd63c9d696eb6e2539528b99afc21f4086c9defe3 (patch)
treeb3bfc97a66431a12cdd8f9379c0072673ede43df /karbon/shapes
parent5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff)
downloadkoffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.tar.gz
koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'karbon/shapes')
-rw-r--r--karbon/shapes/Makefile.am14
-rw-r--r--karbon/shapes/vellipse.cpp (renamed from karbon/shapes/vellipse.cc)0
-rw-r--r--karbon/shapes/vpolygon.cpp (renamed from karbon/shapes/vpolygon.cc)0
-rw-r--r--karbon/shapes/vpolyline.cpp (renamed from karbon/shapes/vpolyline.cc)0
-rw-r--r--karbon/shapes/vrectangle.cpp (renamed from karbon/shapes/vrectangle.cc)0
-rw-r--r--karbon/shapes/vsinus.cpp (renamed from karbon/shapes/vsinus.cc)0
-rw-r--r--karbon/shapes/vspiral.cpp (renamed from karbon/shapes/vspiral.cc)0
-rw-r--r--karbon/shapes/vstar.cpp (renamed from karbon/shapes/vstar.cc)0
8 files changed, 7 insertions, 7 deletions
diff --git a/karbon/shapes/Makefile.am b/karbon/shapes/Makefile.am
index bbb7899b..5f8ba408 100644
--- a/karbon/shapes/Makefile.am
+++ b/karbon/shapes/Makefile.am
@@ -16,13 +16,13 @@ noinst_HEADERS = \
vstar.h
libkarbonshapes_la_SOURCES = \
- vellipse.cc \
- vpolyline.cc \
- vpolygon.cc \
- vrectangle.cc \
- vsinus.cc \
- vspiral.cc \
- vstar.cc
+ vellipse.cpp \
+ vpolyline.cpp \
+ vpolygon.cpp \
+ vrectangle.cpp \
+ vsinus.cpp \
+ vspiral.cpp \
+ vstar.cpp
libkarbonshapes_la_METASOURCES = \
AUTO
diff --git a/karbon/shapes/vellipse.cc b/karbon/shapes/vellipse.cpp
index 1a9462b8..1a9462b8 100644
--- a/karbon/shapes/vellipse.cc
+++ b/karbon/shapes/vellipse.cpp
diff --git a/karbon/shapes/vpolygon.cc b/karbon/shapes/vpolygon.cpp
index fdf0f745..fdf0f745 100644
--- a/karbon/shapes/vpolygon.cc
+++ b/karbon/shapes/vpolygon.cpp
diff --git a/karbon/shapes/vpolyline.cc b/karbon/shapes/vpolyline.cpp
index 519422ed..519422ed 100644
--- a/karbon/shapes/vpolyline.cc
+++ b/karbon/shapes/vpolyline.cpp
diff --git a/karbon/shapes/vrectangle.cc b/karbon/shapes/vrectangle.cpp
index 3190c93c..3190c93c 100644
--- a/karbon/shapes/vrectangle.cc
+++ b/karbon/shapes/vrectangle.cpp
diff --git a/karbon/shapes/vsinus.cc b/karbon/shapes/vsinus.cpp
index f27cee4b..f27cee4b 100644
--- a/karbon/shapes/vsinus.cc
+++ b/karbon/shapes/vsinus.cpp
diff --git a/karbon/shapes/vspiral.cc b/karbon/shapes/vspiral.cpp
index ff2f691e..ff2f691e 100644
--- a/karbon/shapes/vspiral.cc
+++ b/karbon/shapes/vspiral.cpp
diff --git a/karbon/shapes/vstar.cc b/karbon/shapes/vstar.cpp
index a43413c9..a43413c9 100644
--- a/karbon/shapes/vstar.cc
+++ b/karbon/shapes/vstar.cpp