Kaydet (Commit) a59504bf authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix typo in comment

Change-Id: I78b3e37d261d5c82795c40c9eb3de2731b8edd83
üst 31eb55e5
......@@ -694,7 +694,7 @@ sal_Int32 SwSrcView::PrintSource(
if (!pOutDev || nPage <= 0)
return 0;
//! This logarithm for printing the n-th page is very poor since it
//! This algorithm for printing the n-th page is very poor since it
//! needs to go over the text of all previous pages to get to the correct one.
//! But since HTML source code is expected to be just a small number of pages
//! even this poor algorithm should be enough...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment