[Libreoffice-commits] .: binfilter/inc lotuswordpro/source xmerge/source

Takeshi Abe tabe at kemper.freedesktop.org
Fri Jul 8 02:55:36 PDT 2011


 binfilter/inc/bf_xmloff/xmlexppr.hxx                                                                 |    4 ++--
 lotuswordpro/source/filter/lwptablelayout.cxx                                                        |    2 +-
 xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java    |    2 +-
 xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java |    2 +-
 xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java                            |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 72ecba52c7e52c53338404c1d002e47f08712137
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Jul 8 18:47:45 2011 +0900

    fixed typos in comments

diff --git a/binfilter/inc/bf_xmloff/xmlexppr.hxx b/binfilter/inc/bf_xmloff/xmlexppr.hxx
index 77bdaa5..616bc3a 100644
--- a/binfilter/inc/bf_xmloff/xmlexppr.hxx
+++ b/binfilter/inc/bf_xmloff/xmlexppr.hxx
@@ -121,10 +121,10 @@ public:
                     ::com::sun::star::beans::XPropertySet > rPropSet ) const
                     { return _Filter(rPropSet, sal_False); }
 
-    /** Like Filter(), excepti that:
+    /** Like Filter(), except that:
       * - only properties that have the map flag MID_FLAG_DEFAULT_ITEM_EXPORT
       *   set are exported,
-      * - instead of the property's value, its defualt value is exported.
+      * - instead of the property's value, its default value is exported.
       */
     ::std::vector< XMLPropertyState > FilterDefaults(
             const ::com::sun::star::uno::Reference<
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index f16b74e..0942d72 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -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));
 
diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java
index bb2f2af..a0ea983 100644
--- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java
+++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java
@@ -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 {
 
diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
index 67f3ae3..ca59dcc 100644
--- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
+++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
@@ -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	
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
index 75cd4ba..927e071 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
@@ -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.
  *


More information about the Libreoffice-commits mailing list