summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/editeng/hangulhanja.hxx2
-rw-r--r--include/oox/mathml/importutils.hxx2
-rw-r--r--oox/source/drawingml/chart/seriesconverter.cxx2
-rw-r--r--qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java4
-rw-r--r--reportdesign/source/ui/inc/GeometryHandler.hxx2
-rw-r--r--sc/source/filter/inc/richstring.hxx2
-rw-r--r--slideshow/source/inc/shape.hxx2
-rw-r--r--sw/inc/numrule.hxx2
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
-rw-r--r--sw/source/core/ole/ndole.cxx2
-rw-r--r--sw/source/core/view/viewsh.cxx2
11 files changed, 12 insertions, 12 deletions
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 0d85988e2464..2fcf02077129 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -162,7 +162,7 @@ namespace editeng
<p>This will be called whenever it is necessary to interactively ask the user for
a conversion. In such a case, a range within the current portion (see <member>GetNextPortion</member>)
- is presented to the user for chosing a substitution. Additionally, this method is called,
+ is presented to the user for choosing a substitution. Additionally, this method is called,
so that derived classes can e.g. highlight this text range in a document view.</p>
<p>Note that the indexes are relative to the most recent replace action. See
diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx
index 6beacf9e8795..448262f001d0 100644
--- a/include/oox/mathml/importutils.hxx
+++ b/include/oox/mathml/importutils.hxx
@@ -191,7 +191,7 @@ public:
Tag checkOpeningTag( int token );
/**
Ensures that a closing tag with the given token is read. Like ensureOpeningTag(),
- if not, writes out a warning and tries to recover by skiping tags until found (or until the current element would end).
+ if not, writes out a warning and tries to recover by skipping tags until found (or until the current element would end).
If found, the position in the stream is afterwards moved to the next tag.
*/
void ensureClosingTag( int token );
diff --git a/oox/source/drawingml/chart/seriesconverter.cxx b/oox/source/drawingml/chart/seriesconverter.cxx
index 6eceb213ea04..e257bdbf9141 100644
--- a/oox/source/drawingml/chart/seriesconverter.cxx
+++ b/oox/source/drawingml/chart/seriesconverter.cxx
@@ -316,7 +316,7 @@ void ErrorBarConverter::convertFromModel( const Reference< XDataSeries >& rxData
{
// #i87806# manual error bars
aBarProp.setProperty( PROP_ErrorBarStyle, cssc::ErrorBarStyle::FROM_DATA );
- // attach data sequences to erorr bar
+ // attach data sequences to error bar
Reference< XDataSink > xDataSink( xErrorBar, UNO_QUERY );
if( xDataSink.is() )
{
diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
index ebd7226c0415..fa875234cbda 100644
--- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
+++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
@@ -120,7 +120,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.addSelection(oObj);
- log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
+ log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");
@@ -197,7 +197,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.removeSelection(oObj);
- log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
+ log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx
index a6839475de78..a44dffec34dc 100644
--- a/reportdesign/source/ui/inc/GeometryHandler.hxx
+++ b/reportdesign/source/ui/inc/GeometryHandler.hxx
@@ -73,7 +73,7 @@ namespace rptui
*/
void impl_setCounterFunction_throw();
- /** executes a dialog for chosing a filter criterion for a database report
+ /** executes a dialog for choosing a filter criterion for a database report
@param _out_rSelectedClause
the filter or order clause as chosen by the user
@precond
diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index 6cf0fe1c3eed..d22aa6d2e2b3 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -68,7 +68,7 @@ private:
OUString maText; /// Portion text.
FontRef mxFont; /// Embedded portion font, may be empty.
sal_Int32 mnFontId; /// Link to global font list.
- bool mbConverted; /// Without repeatly convert
+ bool mbConverted; /// Without repeatedly convert
};
typedef std::shared_ptr< RichStringPortion > RichStringPortionRef;
diff --git a/slideshow/source/inc/shape.hxx b/slideshow/source/inc/shape.hxx
index d3cf3b817331..648b2ef660b8 100644
--- a/slideshow/source/inc/shape.hxx
+++ b/slideshow/source/inc/shape.hxx
@@ -199,7 +199,7 @@ namespace slideshow
This method checks whether the Shape is currently
detached from the slide background, i.e. whether shape
updates affect the underlying slide background or
- not. A shape that returnes true here must not alter
+ not. A shape that returns true here must not alter
slide content in any way when called render() or
update() (this is normally achieved by making this
shape a sprite).
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index d841a4b64f2a..88987c15c6d2 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -135,7 +135,7 @@ private:
bool mbInvalidRuleFlag : 1;
bool mbContinusNum : 1; ///< Continuous numbering without levels.
bool mbAbsSpaces : 1; ///< Levels represent absolute indents.
- bool mbHidden : 1; ///< Is the numering rule to be hidden in the UI?
+ bool mbHidden : 1; ///< Is the numbering rule to be hidden in the UI?
bool mbCountPhantoms;
const SvxNumberFormat::SvxNumPositionAndSpaceMode meDefaultNumberFormatPositionAndSpaceMode;
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index d20026010e9e..f47a4b0f903b 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -114,7 +114,7 @@ DECLARE_RTFIMPORT_TEST(testN695479, "n695479.rtf")
CPPUNIT_ASSERT_EQUAL(OUString("plain"), xText->getString());
if (i == 0)
- // Additionally, the frist frame should have double border at the bottom.
+ // Additionally, the first frame should have double border at the bottom.
CPPUNIT_ASSERT_EQUAL(
table::BorderLineStyle::DOUBLE,
getProperty<table::BorderLine2>(xPropertySet, "BottomBorder").LineStyle);
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index b08dc6fe9d8e..7d91b8ce96d3 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -1032,7 +1032,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & SwOLEObj::tryToGetChartC
if(aXModel.is())
{
- // disabled fro now, need to check deeper
+ // disabled for now, need to check deeper
static bool bAsynchronousLoadingAllowed = false;
if(bSynchron ||
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index c085058fbde4..8afd0f6d60a2 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1771,7 +1771,7 @@ void SwViewShell::Paint(vcl::RenderContext& rRenderContext, const tools::Rectang
SET_CURR_SHELL( this );
SwRootFrame::SetNoVirDev( true );
- //We don't want to Clip to and fro, we trust that all are limited
+ //We don't want to Clip to and from, we trust that all are limited
//to the rectangle and only need to calculate the clipping once.
//The ClipRect is removed here once and not recovered, as externally
//no one needs it anymore anyway.