Kaydet (Commit) a4d40892 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) jan iversen

Fix typos

Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
Reviewed-on: https://gerrit.libreoffice.org/27088Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 54f83fee
...@@ -1663,7 +1663,7 @@ void SvxRTFParser::ReadBackgroundAttr( int nToken, SfxItemSet& rSet, ...@@ -1663,7 +1663,7 @@ void SvxRTFParser::ReadBackgroundAttr( int nToken, SfxItemSet& rSet,
Color aCol( COL_WHITE ), aFCol; Color aCol( COL_WHITE ), aFCol;
if( !nFillValue ) if( !nFillValue )
{ {
// there was only one of two colors specified or no BrushTyp // there was only one of two colors specified or no BrushType
if( USHRT_MAX != nFillColor ) if( USHRT_MAX != nFillColor )
{ {
nFillValue = 100; nFillValue = 100;
......
...@@ -704,7 +704,7 @@ public class TextDocuments { ...@@ -704,7 +704,7 @@ public class TextDocuments {
// service description: com.sun.star.text.TextTableRow) // service description: com.sun.star.text.TextTableRow)
XPropertySet xRow = UnoRuntime.queryInterface( XPropertySet xRow = UnoRuntime.queryInterface(
XPropertySet.class, xRows.getByIndex ( 0 ) ); XPropertySet.class, xRows.getByIndex ( 0 ) );
// If BackTransparant is false, then the background color is visible // If BackTransparent is false, then the background color is visible
xRow.setPropertyValue( "BackTransparent", Boolean.FALSE); xRow.setPropertyValue( "BackTransparent", Boolean.FALSE);
// Specify the color of the background to be dark blue // Specify the color of the background to be dark blue
xRow.setPropertyValue( "BackColor", Integer.valueOf(6710932)); xRow.setPropertyValue( "BackColor", Integer.valueOf(6710932));
......
...@@ -51,7 +51,7 @@ import com.sun.star.uno.UnoRuntime; ...@@ -51,7 +51,7 @@ import com.sun.star.uno.UnoRuntime;
* frame is used. </li> * frame is used. </li>
* <li> <code>'FrameLoader.args'</code> <b>(optional)</b> * <li> <code>'FrameLoader.args'</code> <b>(optional)</b>
* (of type <code>Object[]</code>): * (of type <code>Object[]</code>):
* necessary arguuments for loading a component. If omitted * necessary arguments for loading a component. If omitted
* then zero length array is passed as parameter</li> * then zero length array is passed as parameter</li>
* <ul> <p> * <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p> * Test is <b> NOT </b> multithread compliant. <p>
......
...@@ -35,7 +35,7 @@ import com.sun.star.system.XSimpleMailClientSupplier; ...@@ -35,7 +35,7 @@ import com.sun.star.system.XSimpleMailClientSupplier;
* <ul> * <ul>
* <li> <code>'SystemMailExist'</code> (of type <code>Boolean</code>): * <li> <code>'SystemMailExist'</code> (of type <code>Boolean</code>):
* if <code>true</code> then <code>SimpleSystemMail</code> service * if <code>true</code> then <code>SimpleSystemMail</code> service
* is available, if NOT then the service is not availablel or * is available, if NOT then the service is not available or
* OS doesn't has system mail.</li> * OS doesn't has system mail.</li>
* <ul> <p> * <ul> <p>
* @see com.sun.star.system.XSimpleMailClientSupplier * @see com.sun.star.system.XSimpleMailClientSupplier
......
...@@ -196,7 +196,7 @@ public class ScTableSheetObj extends TestCase { ...@@ -196,7 +196,7 @@ public class ScTableSheetObj extends TestCase {
oSheet.getCellByPosition(1, 4).setValue(10); oSheet.getCellByPosition(1, 4).setValue(10);
oSheet.getCellByPosition(2, 0).setValue(-5.15); oSheet.getCellByPosition(2, 0).setValue(-5.15);
oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1"); oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1");
// fill cells for XSheetOtline::autoutline // fill cells for XSheetOtline::autooutline
oSheet.getCellByPosition(6, 6).setValue(3); oSheet.getCellByPosition(6, 6).setValue(3);
oSheet.getCellByPosition(7, 6).setValue(3); oSheet.getCellByPosition(7, 6).setValue(3);
oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)"); oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)");
......
...@@ -376,7 +376,7 @@ class SwXTextCellStyle : public cppu::WeakImplHelper ...@@ -376,7 +376,7 @@ class SwXTextCellStyle : public cppu::WeakImplHelper
static SwBoxAutoFormat* GetBoxAutoFormat(SwDocShell* pDocShell, const OUString& sName, OUString* pParentName = nullptr); static SwBoxAutoFormat* GetBoxAutoFormat(SwDocShell* pDocShell, const OUString& sName, OUString* pParentName = nullptr);
/// returns box format assigned to this style /// returns box format assigned to this style
SwBoxAutoFormat* GetBoxFormat(); SwBoxAutoFormat* GetBoxFormat();
/// Sets the addres of SwBoxAutoFormat this style is bound to. Usable only when style is physical. /// Sets the address of SwBoxAutoFormat this style is bound to. Usable only when style is physical.
void SetBoxFormat(SwBoxAutoFormat* pBoxFormat); void SetBoxFormat(SwBoxAutoFormat* pBoxFormat);
void SetPhysical(); void SetPhysical();
bool IsPhysical(); bool IsPhysical();
......
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