Kaydet (Commit) c0a70da2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I6f2822e7068754a1b5e70e401247a36b214147e3
Reviewed-on: https://gerrit.libreoffice.org/48079Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 4d2fc77b
...@@ -162,7 +162,7 @@ namespace editeng ...@@ -162,7 +162,7 @@ namespace editeng
<p>This will be called whenever it is necessary to interactively ask the user for <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>) 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> 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 <p>Note that the indexes are relative to the most recent replace action. See
......
...@@ -191,7 +191,7 @@ public: ...@@ -191,7 +191,7 @@ public:
Tag checkOpeningTag( int token ); Tag checkOpeningTag( int token );
/** /**
Ensures that a closing tag with the given token is read. Like ensureOpeningTag(), 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. If found, the position in the stream is afterwards moved to the next tag.
*/ */
void ensureClosingTag( int token ); void ensureClosingTag( int token );
......
...@@ -316,7 +316,7 @@ void ErrorBarConverter::convertFromModel( const Reference< XDataSeries >& rxData ...@@ -316,7 +316,7 @@ void ErrorBarConverter::convertFromModel( const Reference< XDataSeries >& rxData
{ {
// #i87806# manual error bars // #i87806# manual error bars
aBarProp.setProperty( PROP_ErrorBarStyle, cssc::ErrorBarStyle::FROM_DATA ); 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 ); Reference< XDataSink > xDataSink( xErrorBar, UNO_QUERY );
if( xDataSink.is() ) if( xDataSink.is() )
{ {
......
...@@ -120,7 +120,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest { ...@@ -120,7 +120,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.addSelection(oObj); 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; bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) { } catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");
...@@ -197,7 +197,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest { ...@@ -197,7 +197,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.removeSelection(oObj); 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; bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) { } catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");
......
...@@ -73,7 +73,7 @@ namespace rptui ...@@ -73,7 +73,7 @@ namespace rptui
*/ */
void impl_setCounterFunction_throw(); 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 @param _out_rSelectedClause
the filter or order clause as chosen by the user the filter or order clause as chosen by the user
@precond @precond
......
...@@ -68,7 +68,7 @@ private: ...@@ -68,7 +68,7 @@ private:
OUString maText; /// Portion text. OUString maText; /// Portion text.
FontRef mxFont; /// Embedded portion font, may be empty. FontRef mxFont; /// Embedded portion font, may be empty.
sal_Int32 mnFontId; /// Link to global font list. sal_Int32 mnFontId; /// Link to global font list.
bool mbConverted; /// Without repeatly convert bool mbConverted; /// Without repeatedly convert
}; };
typedef std::shared_ptr< RichStringPortion > RichStringPortionRef; typedef std::shared_ptr< RichStringPortion > RichStringPortionRef;
......
...@@ -199,7 +199,7 @@ namespace slideshow ...@@ -199,7 +199,7 @@ namespace slideshow
This method checks whether the Shape is currently This method checks whether the Shape is currently
detached from the slide background, i.e. whether shape detached from the slide background, i.e. whether shape
updates affect the underlying slide background or 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 slide content in any way when called render() or
update() (this is normally achieved by making this update() (this is normally achieved by making this
shape a sprite). shape a sprite).
......
...@@ -135,7 +135,7 @@ private: ...@@ -135,7 +135,7 @@ private:
bool mbInvalidRuleFlag : 1; bool mbInvalidRuleFlag : 1;
bool mbContinusNum : 1; ///< Continuous numbering without levels. bool mbContinusNum : 1; ///< Continuous numbering without levels.
bool mbAbsSpaces : 1; ///< Levels represent absolute indents. 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; bool mbCountPhantoms;
const SvxNumberFormat::SvxNumPositionAndSpaceMode meDefaultNumberFormatPositionAndSpaceMode; const SvxNumberFormat::SvxNumPositionAndSpaceMode meDefaultNumberFormatPositionAndSpaceMode;
......
...@@ -114,7 +114,7 @@ DECLARE_RTFIMPORT_TEST(testN695479, "n695479.rtf") ...@@ -114,7 +114,7 @@ DECLARE_RTFIMPORT_TEST(testN695479, "n695479.rtf")
CPPUNIT_ASSERT_EQUAL(OUString("plain"), xText->getString()); CPPUNIT_ASSERT_EQUAL(OUString("plain"), xText->getString());
if (i == 0) 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( CPPUNIT_ASSERT_EQUAL(
table::BorderLineStyle::DOUBLE, table::BorderLineStyle::DOUBLE,
getProperty<table::BorderLine2>(xPropertySet, "BottomBorder").LineStyle); getProperty<table::BorderLine2>(xPropertySet, "BottomBorder").LineStyle);
......
...@@ -1032,7 +1032,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & SwOLEObj::tryToGetChartC ...@@ -1032,7 +1032,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & SwOLEObj::tryToGetChartC
if(aXModel.is()) if(aXModel.is())
{ {
// disabled fro now, need to check deeper // disabled for now, need to check deeper
static bool bAsynchronousLoadingAllowed = false; static bool bAsynchronousLoadingAllowed = false;
if(bSynchron || if(bSynchron ||
......
...@@ -1771,7 +1771,7 @@ void SwViewShell::Paint(vcl::RenderContext& rRenderContext, const tools::Rectang ...@@ -1771,7 +1771,7 @@ void SwViewShell::Paint(vcl::RenderContext& rRenderContext, const tools::Rectang
SET_CURR_SHELL( this ); SET_CURR_SHELL( this );
SwRootFrame::SetNoVirDev( true ); 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. //to the rectangle and only need to calculate the clipping once.
//The ClipRect is removed here once and not recovered, as externally //The ClipRect is removed here once and not recovered, as externally
//no one needs it anymore anyway. //no one needs it anymore anyway.
......
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