diff options
author | Michele Calgaro <[email protected]> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-05-29 15:17:38 +0900 |
commit | d63c9d696eb6e2539528b99afc21f4086c9defe3 (patch) | |
tree | b3bfc97a66431a12cdd8f9379c0072673ede43df /filters/kformula | |
parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
download | koffice-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 'filters/kformula')
-rw-r--r-- | filters/kformula/latex/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/latex/latexexport.cpp (renamed from filters/kformula/latex/latexexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/mathml/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlexport.cpp (renamed from filters/kformula/mathml/mathmlexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/mathml/mathmlimport.cpp (renamed from filters/kformula/mathml/mathmlimport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/png/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/png/pngexport.cpp (renamed from filters/kformula/png/pngexport.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/png/pngexportdia.cpp (renamed from filters/kformula/png/pngexportdia.cc) | 0 | ||||
-rw-r--r-- | filters/kformula/svg/Makefile.am | 4 | ||||
-rw-r--r-- | filters/kformula/svg/svgexport.cpp (renamed from filters/kformula/svg/svgexport.cc) | 0 |
10 files changed, 8 insertions, 8 deletions
diff --git a/filters/kformula/latex/Makefile.am b/filters/kformula/latex/Makefile.am index 1a2b49d3..76f174bb 100644 --- a/filters/kformula/latex/Makefile.am +++ b/filters/kformula/latex/Makefile.am @@ -8,13 +8,13 @@ libkfolatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfolatexexport.la -libkfolatexexport_la_SOURCES = latexexport.cc +libkfolatexexport_la_SOURCES = latexexport.cpp noinst_HEADERS = latexexport.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/latex/latexexport.cc b/filters/kformula/latex/latexexport.cpp index d47e36bd..d47e36bd 100644 --- a/filters/kformula/latex/latexexport.cc +++ b/filters/kformula/latex/latexexport.cpp diff --git a/filters/kformula/mathml/Makefile.am b/filters/kformula/mathml/Makefile.am index cdd07955..0d2a9c38 100644 --- a/filters/kformula/mathml/Makefile.am +++ b/filters/kformula/mathml/Makefile.am @@ -10,9 +10,9 @@ libkfomathmlimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfomathmlexport.la libkfomathmlimport.la -libkfomathmlexport_la_SOURCES = mathmlexport.cc +libkfomathmlexport_la_SOURCES = mathmlexport.cpp -libkfomathmlimport_la_SOURCES = mathmlimport.cc +libkfomathmlimport_la_SOURCES = mathmlimport.cpp noinst_HEADERS = mathmlexport.h mathmlimport.h diff --git a/filters/kformula/mathml/mathmlexport.cc b/filters/kformula/mathml/mathmlexport.cpp index 37951d2d..37951d2d 100644 --- a/filters/kformula/mathml/mathmlexport.cc +++ b/filters/kformula/mathml/mathmlexport.cpp diff --git a/filters/kformula/mathml/mathmlimport.cc b/filters/kformula/mathml/mathmlimport.cpp index b8fa07ed..b8fa07ed 100644 --- a/filters/kformula/mathml/mathmlimport.cc +++ b/filters/kformula/mathml/mathmlimport.cpp diff --git a/filters/kformula/png/Makefile.am b/filters/kformula/png/Makefile.am index 94e04539..b6fb010e 100644 --- a/filters/kformula/png/Makefile.am +++ b/filters/kformula/png/Makefile.am @@ -8,13 +8,13 @@ libkfopngexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfopngexport.la -libkfopngexport_la_SOURCES = pngexport.cc pngexportdia.cc +libkfopngexport_la_SOURCES = pngexport.cpp pngexportdia.cpp noinst_HEADERS = pngexport.h pngexportdia.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/png/pngexport.cc b/filters/kformula/png/pngexport.cpp index 47b0d316..47b0d316 100644 --- a/filters/kformula/png/pngexport.cc +++ b/filters/kformula/png/pngexport.cpp diff --git a/filters/kformula/png/pngexportdia.cc b/filters/kformula/png/pngexportdia.cpp index 938fed78..938fed78 100644 --- a/filters/kformula/png/pngexportdia.cc +++ b/filters/kformula/png/pngexportdia.cpp diff --git a/filters/kformula/svg/Makefile.am b/filters/kformula/svg/Makefile.am index 443abda5..d1643bd3 100644 --- a/filters/kformula/svg/Makefile.am +++ b/filters/kformula/svg/Makefile.am @@ -8,13 +8,13 @@ libkfosvgexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) kde_module_LTLIBRARIES = libkfosvgexport.la -libkfosvgexport_la_SOURCES = svgexport.cc +libkfosvgexport_la_SOURCES = svgexport.cpp noinst_HEADERS = svgexport.h ######## Debug #check_PROGRAMS = texlauncher -#texlauncher_SOURCES = texlauncher.cc +#texlauncher_SOURCES = texlauncher.cpp #texlauncher_LDADD = liblatexexport.la #texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor diff --git a/filters/kformula/svg/svgexport.cc b/filters/kformula/svg/svgexport.cpp index 35896ac1..35896ac1 100644 --- a/filters/kformula/svg/svgexport.cc +++ b/filters/kformula/svg/svgexport.cpp |