Kaydet (Commit) 755abae0 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Caolán McNamara

Fix typo informations -> information

Change-Id: Ie8a7bc9800ed0122092f88cedadb126b7891f2a6
Reviewed-on: https://gerrit.libreoffice.org/15655Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4073afa3
......@@ -384,7 +384,7 @@ public:
// several glue points. Here at the View there is an additional
// SdrPageView, which should be defined correctly always.
// Alternatively a gluepoint may be characterized by a SdrHdl.
// In this case the SdrHdl instance consists of all required informations.
// In this case the SdrHdl instance consists of all required information.
// And in this case, the glue point are always is marked by enforcment
// (Handlers are just situated at marked gluepoints )
// Attention: With each change of the glue point status the handle list is re-calculated.
......
......@@ -154,7 +154,7 @@ public class DocumentView extends JFrame
maCustomizeView = new CustomizeView();
paCommands.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Commands") );
maStatusView.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Status Informations") );
maStatusView.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Status Information") );
maCustomizeView.setBorder( new TitledBorder(BorderFactory.createEtchedBorder(),"Customize Document View") );
// layout the whole UI
......
......@@ -47,7 +47,7 @@
\clbrdrt\brdrs\brdrw20\brdrcf2\clbrdrb\brdrs\brdrw20\brdrcf2\clbrdrl\brdrs\brdrw20\brdrcf2\clbrdrr\brdrs\brdrw20\brdrcf2\cellx10262
\pard\intbl
{\plain\f4\fs19\b\cf15\ulc2
Informations client
Information client
}
\cell
\row
......
......@@ -2362,7 +2362,7 @@ void WW8_WrPlcSubDoc::WriteGenericPlc( WW8Export& rWrt, sal_uInt8 nTTyp,
}
SwWW8Writer::WriteLong( *rWrt.pTableStrm, rFib.ccpText + 1);
// Commented text ranges additional informations (Plcfbkf.aFBKF)
// Commented text ranges additional information (Plcfbkf.aFBKF)
for ( i = 0; i < aRangeStartPos.size(); ++i )
{
SwWW8Writer::WriteShort( *rWrt.pTableStrm, aStartEndMap[i] ); // FBKF.ibkl
......
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