[Libreoffice-commits] core.git: Branch 'aoo/trunk' - chart2/source dbaccess/source editeng/source embeddedobj/source filter/source fpicker/source offapi/com qadevOOo/tests sal/osl svx/inc sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Aug 26 18:09:34 UTC 2018
chart2/source/view/charttypes/VSeriesPlotter.cxx | 2 +-
dbaccess/source/core/dataaccess/datasource.cxx | 2 +-
editeng/source/accessibility/AccessibleContextBase.cxx | 2 +-
embeddedobj/source/msole/olepersist.cxx | 2 +-
filter/source/pdf/pdfexport.cxx | 2 +-
fpicker/source/office/iodlg.cxx | 2 +-
offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl | 2 +-
offapi/com/sun/star/drawing/modules.idl | 2 +-
offapi/com/sun/star/report/XReportDefinition.idl | 2 +-
offapi/com/sun/star/sdb/DataAccessDescriptor.idl | 2 +-
qadevOOo/tests/java/ifc/sdb/_RowSet.java | 2 +-
sal/osl/os2/pipeimpl.h | 2 +-
sal/osl/unx/thread.c | 2 +-
sal/osl/w32/pipeimpl.h | 2 +-
svx/inc/svx/AccessibleShapeTreeInfo.hxx | 2 +-
sw/source/ui/uiview/viewling.cxx | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
New commits:
commit 071d0ffe286062a6b85db4ff454d5ed194b7e98b
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Aug 26 16:32:16 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Aug 26 16:32:16 2018 +0000
Fixed typo (meaningfull -> meaningful)
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index ed1226c80189..4fe554917494 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -1306,7 +1306,7 @@ double VSeriesPlotter::getMaximumYInRange( double fMinimumX, double fMaximumX, s
double VSeriesPlotter::getMinimumZ()
{
- //this is the default for all charts without a meaningfull z axis
+ //this is the default for all charts without a meaningful z axis
return 1.0;
}
double VSeriesPlotter::getMaximumZ()
diff --git a/dbaccess/source/core/dataaccess/datasource.cxx b/dbaccess/source/core/dataaccess/datasource.cxx
index f0bb910db27a..db770e73d3e5 100644
--- a/dbaccess/source/core/dataaccess/datasource.cxx
+++ b/dbaccess/source/core/dataaccess/datasource.cxx
@@ -205,7 +205,7 @@ void SAL_CALL FlushNotificationAdapter::disposing( const EventObject& Source ) t
//--------------------------------------------------------------------------
OAuthenticationContinuation::OAuthenticationContinuation()
- :m_bRemberPassword(sal_True), // TODO: a meaningfull default
+ :m_bRemberPassword(sal_True), // TODO: a meaningful default
m_bCanSetUserName(sal_True)
{
}
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index ef4410b6d2e4..63b0594bc4a6 100644
--- a/editeng/source/accessibility/AccessibleContextBase.cxx
+++ b/editeng/source/accessibility/AccessibleContextBase.cxx
@@ -181,7 +181,7 @@ void AccessibleContextBase::SetRelationSet (
{
OSL_TRACE ("setting relation set");
- // Try to emit some meaningfull events indicating differing relations in
+ // Try to emit some meaningful events indicating differing relations in
// both sets.
typedef std::pair<short int,short int> RD;
const RD aRelationDescriptors[] = {
diff --git a/embeddedobj/source/msole/olepersist.cxx b/embeddedobj/source/msole/olepersist.cxx
index 9e569ea88ca2..42fa9afa4609 100644
--- a/embeddedobj/source/msole/olepersist.cxx
+++ b/embeddedobj/source/msole/olepersist.cxx
@@ -2017,7 +2017,7 @@ void SAL_CALL OleEmbeddedObject::reload(
// TODO:
// throw away current document
// load new document from current storage
- // use meaningfull part of lArguments
+ // use meaningful part of lArguments
}
//------------------------------------------------------
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index c8fac4998288..7d3007c2a146 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -665,7 +665,7 @@ sal_Bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue
//set values needed in encryption
//set encryption level, fixed, but here it can set by the UI if needed.
// true is 128 bit, false 40
-//note that in 40 bit mode the UI needs reworking, since the current UI is meaningfull only for
+//note that in 40 bit mode the UI needs reworking, since the current UI is meaningful only for
//128bit security mode
aContext.Encryption.Security128bit = sal_True;
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 045086d7105e..32ebff9aa5b2 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -3068,7 +3068,7 @@ void SvtFileDialog::AddControls_Impl( )
_pImp->_pLbTemplates->SetHelpId( HID_FILEOPEN_VERSION );
// This is strange. During the re-factoring during 96930, I discovered that this help id
// is set in the "Templates mode". This was hidden in the previous implementation.
- // Shouldn't this be a more meaningfull help id.
+ // Shouldn't this be a more meaningful help id.
// 96930 - 15.08.2002 - fs at openoffice.org
}
else if ( _nExtraBits & SFX_EXTRA_IMAGE_TEMPLATE )
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index 46460a0317c8..c2a926502ecb 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -131,7 +131,7 @@ interface XDatabaseDataProvider
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
- <p>This property is only meaningfull together with the <member>Command</member>
+ <p>This property is only meaningful together with the <member>Command</member>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
diff --git a/offapi/com/sun/star/drawing/modules.idl b/offapi/com/sun/star/drawing/modules.idl
index 871bd351117b..a54d01fcc7fd 100644
--- a/offapi/com/sun/star/drawing/modules.idl
+++ b/offapi/com/sun/star/drawing/modules.idl
@@ -48,7 +48,7 @@ module com { module sun { module star { module drawing {
It coordinates changes to the configuration made by the other sub
controllers so that
<ul><li>unnecessary ui updates (flickering) is avoided and</li>
- <li>and the configuration is always in a valid and meaningfull
+ <li>and the configuration is always in a valid and meaningful
state.</li></ul></p>
<p>For more information please see the wiki page of the <a
href="http://wiki.services.openoffice.org/wiki/Drawing_framework">drawing framework</a>.
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index 0740e83ebe5f..c7df7a00c445 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -230,7 +230,7 @@ published interface XReportDefinition
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
- <p>This property is only meaningfull together with the <member>Command</member>
+ <p>This property is only meaningful together with the <member>Command</member>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
diff --git a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
index ccdb2482d6ce..2efc133e966c 100644
--- a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
+++ b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
@@ -130,7 +130,7 @@ published service DataAccessDescriptor
<p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
- <p>This property is only meaningfull together with the <member>Command</member>
+ <p>This property is only meaningful together with the <member>Command</member>
property, thus either <em>both</em> or <em>none</em> of them are present.</p>
@see com::sun::star::sdb::CommandType
diff --git a/qadevOOo/tests/java/ifc/sdb/_RowSet.java b/qadevOOo/tests/java/ifc/sdb/_RowSet.java
index ae8f0f5f89ca..6a2c7f0141e4 100644
--- a/qadevOOo/tests/java/ifc/sdb/_RowSet.java
+++ b/qadevOOo/tests/java/ifc/sdb/_RowSet.java
@@ -55,7 +55,7 @@ import com.sun.star.uno.Type;
*
* Properties are tested in a safe way, this means that old
* properties' values are restored to their previous values
- * after testing. These values are meaningfull for further
+ * after testing. These values are meaningful for further
* testing. <p>
*
* Properties testing is automated by <code>lib.MultiPropertyTest</code>.
diff --git a/sal/osl/os2/pipeimpl.h b/sal/osl/os2/pipeimpl.h
index e34423c14883..5d1eb15705b7 100644
--- a/sal/osl/os2/pipeimpl.h
+++ b/sal/osl/os2/pipeimpl.h
@@ -44,7 +44,7 @@
// Because the value of an invalid HANDLE returned by API functions differs
// between different functions and differs on different Windows platforms,
-// this function checks wether the handle has a meaningfull value.
+// this function checks wether the handle has a meaningful value.
#ifndef __cplusplus
#define IsValidHandle( handle ) ((DWORD)(handle) + 1 > 1)
diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index 110bf60abcfd..52f176d8d891 100644
--- a/sal/osl/unx/thread.c
+++ b/sal/osl/unx/thread.c
@@ -1003,7 +1003,7 @@ static void osl_thread_textencoding_init_Impl (void)
/*
Tools string functions call abort() on an unknown encoding so ASCII
- is a meaningfull fallback regardless wether the assertion makes sense.
+ is a meaningful fallback regardless wether the assertion makes sense.
*/
if ( RTL_TEXTENCODING_DONTKNOW == defaultEncoding )
diff --git a/sal/osl/w32/pipeimpl.h b/sal/osl/w32/pipeimpl.h
index f81f5b83658d..5be1104a4fa7 100644
--- a/sal/osl/w32/pipeimpl.h
+++ b/sal/osl/w32/pipeimpl.h
@@ -50,7 +50,7 @@
// Because the value of an invalid HANDLE returned by API functions differs
// between different functions and differs on different Windows platforms,
-// this function checks wether the handle has a meaningfull value.
+// this function checks wether the handle has a meaningful value.
#ifndef __cplusplus
#define IsValidHandle( handle ) ((DWORD)(handle) + 1 > 1)
diff --git a/svx/inc/svx/AccessibleShapeTreeInfo.hxx b/svx/inc/svx/AccessibleShapeTreeInfo.hxx
index ba4ee0701b9c..bf70d493dca9 100644
--- a/svx/inc/svx/AccessibleShapeTreeInfo.hxx
+++ b/svx/inc/svx/AccessibleShapeTreeInfo.hxx
@@ -63,7 +63,7 @@ public:
::com::sun::star::document::XEventBroadcaster>& rxBroadcaster);
/** Use this constructor to create an empty object that is filled later
- with more meaningfull data.
+ with more meaningful data.
*/
AccessibleShapeTreeInfo (void);
diff --git a/sw/source/ui/uiview/viewling.cxx b/sw/source/ui/uiview/viewling.cxx
index 0a072e505efa..40a243688eaa 100644
--- a/sw/source/ui/uiview/viewling.cxx
+++ b/sw/source/ui/uiview/viewling.cxx
@@ -968,7 +968,7 @@ IMPL_LINK( SwFieldDialog, MyListBoxHandler, ListBox *, pBox )
return 0;
} else {
this->selection=pBox->GetSelectEntryPos();
- EndDialog(9); //@TODO have meaningfull returns...
+ EndDialog(9); //@TODO have meaningful returns...
return 1;
}
}
More information about the Libreoffice-commits
mailing list