Kaydet (Commit) 6fab286b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Noel Grandin

Fix typos

Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524
Reviewed-on: https://gerrit.libreoffice.org/34808Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst ba48819e
......@@ -114,7 +114,7 @@ namespace canvas
::basegfx::triangulator::triangulate(rClipPoly));
// dump polygons
SAL_INFO("canvas", "Orignal clip polygon: " << basegfx::tools::exportToSvgD( rClipPoly, true, true, false ));
SAL_INFO("canvas", "Original clip polygon: " << basegfx::tools::exportToSvgD( rClipPoly, true, true, false ));
SAL_INFO("canvas", "Triangulated polygon: " << basegfx::tools::exportToSvgD(basegfx::B2DPolyPolygon(rTriangulatedPolygon), true, true, false ));
for( const auto& rSurfacePtr : maSurfaceList )
......
......@@ -1697,7 +1697,7 @@ namespace {
* <p>For each X value, we calculate separate Y value ranges for each data
* series in the first pass. In the second pass, we calculate the minimum Y
* value by taking the absolute minimum value of all data series, whereas
* the maxium Y value is the sum of all the series maximum Y values.</p>
* the maximum Y value is the sum of all the series maximum Y values.</p>
*
* <p>Once that's done for all X values, the final min / max Y values get
* calculated by taking the absolute min / max Y values across all the X
......
......@@ -30,7 +30,7 @@ sub incrementPolicyVersion($);
my $usage =
"The tool increments the minor version of assemblies and the major version of ".
"the respective policy files. This is only done if new uno types have been added since".
"the last product upate. This information is obtained from the file which is passed as ".
"the last product update. This information is obtained from the file which is passed as ".
"argument changedTypes. The names in the version file must have a particular form. ".
"They must end on one of folling terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n".
"If no new published types have been added then no output, argument newVersions, is written".
......
......@@ -1763,7 +1763,7 @@ namespace comphelper
if (mbActive)
{
// ensure existance
// ensure existence
getInitialBaseURL();
// if not found, we are out of business (maExt may be empty)
......@@ -1809,7 +1809,7 @@ namespace comphelper
void BackupFileHelper::reactOnSafeMode(bool bSafeMode)
{
// ensure existance of needed paths
// ensure existence of needed paths
getInitialBaseURL();
if (!maUserConfigBaseURL.isEmpty())
......@@ -2719,7 +2719,7 @@ namespace comphelper
case 2:
{
// whole directory. To do so, scan directory and exclude some dirs
// from which we know they do not need to be secured explicitely. This
// from which we know they do not need to be secured explicitly. This
// should already include registrymodifications, too.
scanDirsAndFiles(
maUserConfigWorkURL,
......
......@@ -15,7 +15,7 @@
#include "check.hxx"
/*
Find overriden methods that :
Find overridden methods that :
(a) declare default params in different palces to their super-method(s)
Still TODO
......
......@@ -141,7 +141,7 @@ bool PassStuffByRef::VisitFunctionDecl(const FunctionDecl * functionDecl) {
{
return true;
}
// only consider base declarations, not overriden ones, or we warn on methods that
// only consider base declarations, not overridden ones, or we warn on methods that
// are overriding stuff from external libraries
const CXXMethodDecl * methodDecl = dyn_cast<CXXMethodDecl>(functionDecl);
if (methodDecl && methodDecl->size_overridden_methods() > 0) {
......
......@@ -474,7 +474,7 @@ bool RefCounting::VisitFunctionDecl(const FunctionDecl * functionDecl) {
if (ignoreLocation(functionDecl)) {
return true;
}
// only consider base declarations, not overriden ones, or we warn on methods that
// only consider base declarations, not overridden ones, or we warn on methods that
// are overriding stuff from external libraries
const CXXMethodDecl * methodDecl = dyn_cast<CXXMethodDecl>(functionDecl);
if (methodDecl && methodDecl->size_overridden_methods() > 0) {
......
......@@ -197,7 +197,7 @@ for d in definitionSet:
continue
if isOtherConstness(d, callSet):
continue
# include assigment operators, if we remove them, the compiler creates a default one, which can have odd consequences
# include assignment operators, if we remove them, the compiler creates a default one, which can have odd consequences
if "::operator=(" in d[1]:
continue
# these are only invoked implicitly, so the plugin does not see the calls
......
......@@ -55,7 +55,7 @@ void OEvoabDriver::disposing()
{
::osl::MutexGuard aGuard(m_aMutex);
// when driver will be destroied so all our connections have to be destroied as well
// when driver will be destroyed so all our connections have to be destroyed as well
for (OWeakRefArray::iterator i = m_xConnections.begin(); m_xConnections.end() != i; ++i)
{
Reference< XComponent > xComp(i->get(), UNO_QUERY);
......
......@@ -263,7 +263,7 @@ void SAL_CALL KabConnection::clearWarnings( )
void KabConnection::disposing()
{
// we noticed that we should be destroied in near future so we have to dispose our statements
// we noticed that we should be destroyed in near future so we have to dispose our statements
::osl::MutexGuard aGuard(m_aMutex);
for (OWeakRefArray::iterator i = m_aStatements.begin(); m_aStatements.end() != i; ++i)
......
......@@ -347,7 +347,7 @@ void KabDriver::disposing()
{
::osl::MutexGuard aGuard(m_aMutex);
// when driver will be destroied so all our connections have to be destroied as well
// when driver will be destroyed so all our connections have to be destroyed as well
for (OWeakRefArray::iterator i = m_xConnections.begin(); m_xConnections.end() != i; ++i)
{
Reference< XComponent > xComp(i->get(), UNO_QUERY);
......
......@@ -262,7 +262,7 @@ void SAL_CALL MacabConnection::clearWarnings( )
void MacabConnection::disposing()
{
// we noticed that we should be destroied in near future so we have to dispose our statements
// we noticed that we should be destroyed in near future so we have to dispose our statements
::osl::MutexGuard aGuard(m_aMutex);
for (OWeakRefArray::iterator i = m_aStatements.begin(); m_aStatements.end() != i; ++i)
......
......@@ -202,7 +202,7 @@ void MacabDriver::disposing()
{
::osl::MutexGuard aGuard(m_aMutex);
// when driver will be destroied so all our connections have to be destroied as well
// when driver will be destroyed so all our connections have to be destroyed as well
for (OWeakRefArray::iterator i = m_xConnections.begin(); m_xConnections.end() != i; ++i)
{
Reference< XComponent > xComp(i->get(), UNO_QUERY);
......
......@@ -349,7 +349,7 @@ void SAL_CALL OConnection::clearWarnings( )
void OConnection::disposing()
{
// we noticed that we should be destroied in near future so we have to dispose our statements
// we noticed that we should be destroyed in near future so we have to dispose our statements
::osl::MutexGuard aGuard(m_aMutex);
dispose_ChildImpl();
m_xCatalog.clear();
......
......@@ -55,7 +55,7 @@ namespace connectivity
typedef std::vector< TWeakPair > TWeakPairVector;
/** delegates all calls to the orignal driver and extend the existing one with the SDBCX layer.
/** delegates all calls to the original driver and extend the existing one with the SDBCX layer.
*/
class ODriverDelegator : public ::cppu::BaseMutex
......
......@@ -55,7 +55,7 @@ namespace connectivity
typedef std::vector< TWeakPair > TWeakPairVector;
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > TJDBCDrivers;
/** delegates all calls to the orignal driver and extend the existing one with the SDBCX layer.
/** delegates all calls to the original driver and extend the existing one with the SDBCX layer.
*/
class ODriverDelegator : public ::cppu::BaseMutex
......
......@@ -55,7 +55,7 @@ namespace connectivity
// Data attributes
std::map< SQLHANDLE,OConnection*> m_aConnections; // holds all connections which are need for serveral statements
std::map< SQLHANDLE,OConnection*> m_aConnections; // holds all connections which are need for several statements
OUString m_sUser; // the user name
......
......@@ -447,7 +447,7 @@ void OSQLParseTreeIterator::traverseOneTableName( OSQLTables& _rTables,const OSQ
false,
::dbtools::EComposeRule::InDataManipulation);
// if there is no alias for the table name assign the orignal name to it
// if there is no alias for the table name assign the original name to it
if ( aTableRange.isEmpty() )
aTableRange = aComposedName;
......
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