diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-23 20:48:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 15:17:38 +0900 |
| commit | d63c9d696eb6e2539528b99afc21f4086c9defe3 (patch) | |
| tree | b3bfc97a66431a12cdd8f9379c0072673ede43df /karbon/shapes | |
| parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
| download | koffice-d63c9d69.tar.gz koffice-d63c9d69.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'karbon/shapes')
| -rw-r--r-- | karbon/shapes/Makefile.am | 14 | ||||
| -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 bbb7899b1..5f8ba408b 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 1a9462b81..1a9462b81 100644 --- a/karbon/shapes/vellipse.cc +++ b/karbon/shapes/vellipse.cpp diff --git a/karbon/shapes/vpolygon.cc b/karbon/shapes/vpolygon.cpp index fdf0f745d..fdf0f745d 100644 --- a/karbon/shapes/vpolygon.cc +++ b/karbon/shapes/vpolygon.cpp diff --git a/karbon/shapes/vpolyline.cc b/karbon/shapes/vpolyline.cpp index 519422ed9..519422ed9 100644 --- a/karbon/shapes/vpolyline.cc +++ b/karbon/shapes/vpolyline.cpp diff --git a/karbon/shapes/vrectangle.cc b/karbon/shapes/vrectangle.cpp index 3190c93c9..3190c93c9 100644 --- a/karbon/shapes/vrectangle.cc +++ b/karbon/shapes/vrectangle.cpp diff --git a/karbon/shapes/vsinus.cc b/karbon/shapes/vsinus.cpp index f27cee4b3..f27cee4b3 100644 --- a/karbon/shapes/vsinus.cc +++ b/karbon/shapes/vsinus.cpp diff --git a/karbon/shapes/vspiral.cc b/karbon/shapes/vspiral.cpp index ff2f691e0..ff2f691e0 100644 --- a/karbon/shapes/vspiral.cc +++ b/karbon/shapes/vspiral.cpp diff --git a/karbon/shapes/vstar.cc b/karbon/shapes/vstar.cpp index a43413c99..a43413c99 100644 --- a/karbon/shapes/vstar.cc +++ b/karbon/shapes/vstar.cpp |
