Kaydet (Commit) 5bfac537 authored tarafından Takeshi Abe's avatar Takeshi Abe

fixed typos in comments

üst c139307b
......@@ -620,7 +620,7 @@ void LwpTableLayout::RegisterColumns()
// justifiable columns will share the remain width averagely
dDefaultColumn = dTableWidth/nJustifiableColumn;
// register defualt column style
// register default column style
XFColStyle *pColStyle = new XFColStyle();
pColStyle->SetWidth(static_cast<float>(dDefaultColumn));
......
......@@ -36,7 +36,7 @@ import org.openoffice.xmerge.util.EndianConverter;
import org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants;
/**
* Represents a BIFF record defiuning the defualt column width
* Represents a BIFF record defining the default column width
*/
public class DefColWidth implements BIFFRecord {
......
......@@ -88,7 +88,7 @@ org.openoffice.xmerge.converter.xml.OfficeConstants {
}
/**
* Constructs a pocket Excel Document using defualt values and sets the
* Constructs a pocket Excel Document using default values and sets the
* font index using the specified attribute
*
* @param ixfnt index of the font this format should use
......
......@@ -34,7 +34,7 @@ import java.awt.Color;
* Utility class mapping RGB colour specifications to the colour indices used
* in the Pocket PC. The original converter was written for use with Pocket
* Word it was later put into the utils so Pocket excel could use this code
* also. For this reason the defualt values are those used by Pocket Word but
* also. For this reason the default values are those used by Pocket Word but
* a colour table can be passed in through the constructor to map the 16
* values to a colour table.
*
......
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