This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new c1c814ecad Fix spelling (#241)
c1c814ecad is described below
commit c1c814ecad7563c189c0ef8a2710b995d5848bfa
Author: John Bampton <[email protected]>
AuthorDate: Wed Jan 1 21:49:23 2025 +1000
Fix spelling (#241)
---
main/framework/inc/classes/protocolhandlercache.hxx | 2 +-
main/sw/source/core/doc/notxtfrm.cxx | 2 +-
main/vcl/inc/vcl/gdimetafiletools.hxx | 2 +-
.../converter/xml/sxc/pexcel/records/formula/FormulaHelper.java | 8 ++++----
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/main/framework/inc/classes/protocolhandlercache.hxx
b/main/framework/inc/classes/protocolhandlercache.hxx
index b8e88e4d08..d31d9bd17e 100644
--- a/main/framework/inc/classes/protocolhandlercache.hxx
+++ b/main/framework/inc/classes/protocolhandlercache.hxx
@@ -165,7 +165,7 @@ class FWI_DLLPUBLIC HandlerCache
We set a data container pointer for filling or reading ...
this class use it temp.
After successfully calling of read(), we can use filled
container directly or merge it with an existing one.
After successfully calling of write() all values of given
data container are flushed to our configuration -
- but current implementation doesn't support writeing really.
+ but current implementation doesn't support writing really.
@base ::utl::ConfigItem
base mechanism for configuration access
diff --git a/main/sw/source/core/doc/notxtfrm.cxx
b/main/sw/source/core/doc/notxtfrm.cxx
index b96b6b3b7f..4a9ef9a5c6 100644
--- a/main/sw/source/core/doc/notxtfrm.cxx
+++ b/main/sw/source/core/doc/notxtfrm.cxx
@@ -1020,7 +1020,7 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const
SwRect &rGrfArea ) cons
// and unlinked) but fails for linked Writer
GraphicObjects. These have the URL in the
// GraphicObject, but no GfxLink with the original file
data when it's a linked graphic.
// Since this blows up PDF size by a factor of 10 (the
graphics get embedded as pixel maps
- // then) it is okay to add this workarund: In the needed
case, load the graphic in a way to
+ // then) it is okay to add this workaround: In the needed
case, load the graphic in a way to
// get the GfxLink in the needed form and use that Graphic
temporarily. Do this only when
// - we have PDF export
// - the GraphicObject is linked
diff --git a/main/vcl/inc/vcl/gdimetafiletools.hxx
b/main/vcl/inc/vcl/gdimetafiletools.hxx
index c5b2c3ee7f..25b859f686 100644
--- a/main/vcl/inc/vcl/gdimetafiletools.hxx
+++ b/main/vcl/inc/vcl/gdimetafiletools.hxx
@@ -31,7 +31,7 @@
// The given metafile will internall yclip it's graphic content against the
// included clip regions so that it is safe to ignore clip actions there. This
// is not done completely, but implemented and extended as needed (on demand)
-// since all this is a workarund; the better and long term solution will be to
+// since all this is a workaround; the better and long term solution will be to
// reimplement these im/exports to use primitives and not metafiles as bese
// information.
diff --git
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
index 72cb42388a..e78017f9f3 100644
---
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
+++
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/FormulaHelper.java
@@ -55,7 +55,7 @@ public class FormulaHelper {
* Sets the workbook cache so that global data such as
* <code>DefinedNames</code>, <code>Boundsheets</code> can be read
*
- * @param wb Wrokbook object containing all the global data
+ * @param wb Workbook object containing all the global data
*/
public void setWorkbook(Workbook wb) {
@@ -65,7 +65,7 @@ public class FormulaHelper {
}
/**
- * Convertes a string representation of a calc formula into an array of
PocketXL bytes
+ * Converts a string representation of a calc formula into an array of
PocketXL bytes
* @param formula The Formula String (e.g. 1+SUM(A1,B1))
*
* @throws UnsupportedFunctionException Thrown if a function in
the formula is nto supported by Pocket Excel
@@ -119,7 +119,7 @@ public class FormulaHelper {
/**
* Returns a boolean indicating whether or not the byte[] parsed is of
* type range. This means it contains only a cell reference and no
- * operators. This is necessry because the syntax for range and
expression
+ * operators. This is necessary because the syntax for range and
expression
* types differs. This is only of interest when dealing with
* <code>DefinedNames</code> and not <code>Formula</code>
*
@@ -133,7 +133,7 @@ public class FormulaHelper {
/**
* Returns a boolean indicating whether or not the byte[] parsed is of
- * type expression. This means it contains operators. This is necessry
+ * type expression. This means it contains operators. This is necessary
* because the syntax for range and expression types differs. This is
* only of interest when dealing with <code>DefinedNames</code> and not
* <code>Formula</code>