[Libreoffice-commits] core.git: configure.ac include/comphelper include/vcl sd/source svx/source UnoControls/source
Julien Nabet
serval2412 at yahoo.fr
Sat Feb 28 05:55:06 PST 2015
UnoControls/source/inc/framecontrol.hxx | 4 ++--
configure.ac | 2 +-
include/comphelper/propagg.hxx | 2 +-
include/vcl/lineinfo.hxx | 2 +-
sd/source/filter/eppt/eppt.cxx | 2 +-
sd/source/filter/ppt/pptin.cxx | 4 ++--
svx/source/form/fmshimp.cxx | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit c1b9402d49a7cd4bec383f28d397d9d89541f0e0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 28 14:52:55 2015 +0100
Typos
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx
index e982851..f3ffef6 100644
--- a/UnoControls/source/inc/framecontrol.hxx
+++ b/UnoControls/source/inc/framecontrol.hxx
@@ -42,8 +42,8 @@ namespace unocontrols{
#define PROPERTYNAME_LOADERARGUMENTS "LoaderArguments"
#define PROPERTYNAME_COMPONENTURL "ComponentURL"
#define PROPERTYNAME_FRAME "Frame"
-#define PROPERTY_COUNT 3 // you must count the propertys
-#define PROPERTYHANDLE_COMPONENTURL 0 // Id must be the index into the array
+#define PROPERTY_COUNT 3 // you must count the properties
+#define PROPERTYHANDLE_COMPONENTURL 0 // Id must be the index into the array
#define PROPERTYHANDLE_FRAME 1
#define PROPERTYHANDLE_LOADERARGUMENTS 2
diff --git a/configure.ac b/configure.ac
index bd7eba5..e7e7f47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12963,7 +12963,7 @@ place yourself in a working directory of you choice.
git clone git://git.savannah.gnu.org/make.git
- [go to Start menu, click "All Programs", click "Visual Studio 2013", click "Visual Studio Tools", double-click "VS2013 x86 Native Tools Command Prompt" or "VS2013 x64 Native Tools Comand Prompt"]
+ [go to Start menu, click "All Programs", click "Visual Studio 2013", click "Visual Studio Tools", double-click "VS2013 x86 Native Tools Command Prompt" or "VS2013 x64 Native Tools Command Prompt"]
set PATH=%PATH%;C:\Cygwin\bin
[or Cygwin64, if that is what you have]
cd path-to-make-repo-you-cloned-above
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index bbbe3e9..6d5c815 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -143,7 +143,7 @@ public:
/** returns information about a property of the aggregate.
@param _pPropName points to a string to receive the property name. No name is returned if this is NULL.
- @param _pOriginalHandle points to a sal_Int32 to receive the original property hande. No original handle is returned
+ @param _pOriginalHandle points to a sal_Int32 to receive the original property handle. No original handle is returned
if this is NULL.
@param _nHandle the handle of the property as got by, for instance, fillHandles
diff --git a/include/vcl/lineinfo.hxx b/include/vcl/lineinfo.hxx
index 991abd5..a6acda3 100644
--- a/include/vcl/lineinfo.hxx
+++ b/include/vcl/lineinfo.hxx
@@ -113,7 +113,7 @@ public:
// helper to get decomposed polygon data with the LineInfo applied. The source
// hairline polygon is given in io_rLinePolyPolygon. Both given polygons may
- // contain results; e.g. when no fat line but DasDot is defined, the resut will
+ // contain results; e.g. when no fat line but DasDot is defined, the result will
// be in io_rLinePolyPolygon while o_rFillPolyPolygon will be empty. When fat line
// is defined, it will be vice-versa. If none is defined, io_rLinePolyPolygon will
// not be changed (but o_rFillPolyPolygon will be freed)
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index cf068f3..c5e4b2f 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -949,7 +949,7 @@ bool PPTWriter::ImplCreateHyperBlob( SvMemoryStream& rStrm )
// INFO
// HIWORD: = 0 : do not change anything
- // = 1 : replace the hyperlink with the target and subadress in the following two VTLPWSTR
+ // = 1 : replace the hyperlink with the target and subaddress in the following two VTLPWSTR
// = 2 : delete the hyperlink
// LOWORD: = 0 : graphic shown as background (link)
// = 1 : graphic shown as shape (link)
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 6dc9958..ca8ba0d 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -370,7 +370,7 @@ bool ImplSdPPTImport::Import()
{
sal_uInt32 i;
- nPropCount /= 6; // 6 propertys a hyperlink
+ nPropCount /= 6; // 6 properties per hyperlink
SdHyperlinkEntry* pHyperlink = 0;
for ( i = 0; i < nPropCount; i++ )
@@ -404,7 +404,7 @@ bool ImplSdPPTImport::Import()
break;
pHyperlink->nStartPos = pHyperlink->nEndPos = -1;
- if ( !pHyperlink->aSubAdress.isEmpty() ) // get the converted subadress
+ if ( !pHyperlink->aSubAdress.isEmpty() ) // get the converted subaddress
{
sal_uInt32 nPageNumber = 0;
OUString aString( pHyperlink->aSubAdress );
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 8eb02c0..10ff710 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3529,7 +3529,7 @@ void FmXFormShell::CreateExternalView()
aArg.Value <<= xForm;
m_xExternalDisplayedForm = xForm;
- // do this before dispatching the "attach" command, as the atach may result in a call to our queryDispatch (for the FormSlots)
+ // do this before dispatching the "attach" command, as the attach may result in a call to our queryDispatch (for the FormSlots)
// whichs needs the m_xExternalDisplayedForm
xAttachDispatch->dispatch(aAttachURL, Sequence< PropertyValue>(&aArg, 1));
More information about the Libreoffice-commits
mailing list