summaryrefslogtreecommitdiffstats
path: root/kspread/DESIGN.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-23 20:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 15:17:38 +0900
commitd63c9d696eb6e2539528b99afc21f4086c9defe3 (patch)
treeb3bfc97a66431a12cdd8f9379c0072673ede43df /kspread/DESIGN.html
parent5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff)
downloadkoffice-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 'kspread/DESIGN.html')
-rw-r--r--kspread/DESIGN.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html
index 3c43a860c..4bfa7e8af 100644
--- a/kspread/DESIGN.html
+++ b/kspread/DESIGN.html
@@ -684,7 +684,7 @@ existing tester and modify it. Basically, it must be a subclass of class Tester
(see <tt>koffice/kspread/tests/tester.h</tt>). Just reimplement the virtual
function <tt>run()</tt> and it is ready. In order to make it possible to run
the new tester, add an instance of the class in TestRunner
-(for details, see <tt>koffice/kspread/tests/testrunner.cc</tt>).</p>
+(for details, see <tt>koffice/kspread/tests/testrunner.cpp</tt>).</p>
<p>A tester must be self-contained, it should not use any test data from
current document. If necessary, it must create (or hard code) the data by
@@ -739,7 +739,7 @@ would not cause tons of recompile.</p>
<p>When creating a new class, use namespace KSpread. Do not use KSpread prefix
anymore. Example: use <tt>KSpread::Foo</tt> instead of <tt>KSpreadFoo</tt>.
Also source file name should not contain kspread prefix anymore, i.e.
-<tt>foo.h</tt> and <tt>foo.cc</tt> (but not <tt>kspread_foo.h</tt> and
-<tt>kspread_foo.cc</tt>) for the above example.</p>
+<tt>foo.h</tt> and <tt>foo.cpp</tt> (but not <tt>kspread_foo.h</tt> and
+<tt>kspread_foo.cpp</tt>) for the above example.</p>
</body></html>