[Libreoffice-commits] core.git: include/svx odk/examples sw/qa sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu May 7 06:55:27 PDT 2015
include/svx/svdmrkv.hxx | 2 +-
odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java | 2 +-
sw/qa/extras/rtfimport/data/rhbz1065629.rtf | 2 +-
sw/source/filter/ww8/wrtw8sty.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 755abae091c59511b08c8e6df9a5e4e7613570a7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed May 6 21:43:37 2015 +0200
Fix typo informations -> information
Change-Id: Ie8a7bc9800ed0122092f88cedadb126b7891f2a6
Reviewed-on: https://gerrit.libreoffice.org/15655
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 28c3745..8219c50 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -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.
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index c6e657c..639dfe2 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -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
diff --git a/sw/qa/extras/rtfimport/data/rhbz1065629.rtf b/sw/qa/extras/rtfimport/data/rhbz1065629.rtf
index 7f37594..5395520 100644
--- a/sw/qa/extras/rtfimport/data/rhbz1065629.rtf
+++ b/sw/qa/extras/rtfimport/data/rhbz1065629.rtf
@@ -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
diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx
index 1c80c2f..32d781e 100644
--- a/sw/source/filter/ww8/wrtw8sty.cxx
+++ b/sw/source/filter/ww8/wrtw8sty.cxx
@@ -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
More information about the Libreoffice-commits
mailing list