Kaydet (Commit) e07606fd authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431
Reviewed-on: https://gerrit.libreoffice.org/43714Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1fe94cb6
...@@ -195,10 +195,10 @@ void SvMetaClass::InsertSlots( SvSlotElementList& rList, std::vector<sal_uLong>& ...@@ -195,10 +195,10 @@ void SvMetaClass::InsertSlots( SvSlotElementList& rList, std::vector<sal_uLong>&
} }
} }
// All Interfaces already imported by SuperShells should not be // All Interfaces already imported by SuperShell should not be
// written any more. // written any more.
// It is prohibited that Shell and SuperShell directly import the same // It is prohibited that Shell and SuperShell directly import the same
//class. // class.
if( GetMetaTypeType() == MetaTypeType::Shell && aSuperClass.is() ) if( GetMetaTypeType() == MetaTypeType::Shell && aSuperClass.is() )
aSuperClass->FillClasses( rClassList ); aSuperClass->FillClasses( rClassList );
......
...@@ -83,7 +83,7 @@ public class SdXCustomPresentationAccess extends TestCase { ...@@ -83,7 +83,7 @@ public class SdXCustomPresentationAccess extends TestCase {
* Creating a TestEnvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Retrieves the collection of the CustomPresentation from the document * Retrieves the collection of the CustomPresentation from the document
* using the interface <code>XCustomPresentationSupplier</code>. * using the interface <code>XCustomPresentationSupplier</code>.
* The retrieved collection is the instance of the servcie * The retrieved collection is the instance of the service
* <code>com.sun.star.presentation.CustomPresentationAccess</code>. * <code>com.sun.star.presentation.CustomPresentationAccess</code>.
* Creates two new instances of the custom presentation using the interface * Creates two new instances of the custom presentation using the interface
* <code>XSingleServiceFactory</code>. Inserts one of them to the * <code>XSingleServiceFactory</code>. Inserts one of them to the
......
...@@ -631,7 +631,7 @@ void checkMap( ...@@ -631,7 +631,7 @@ void checkMap(
entB.get())); entB.get()));
if (ent2A->getBase() != ent2B->getBase()) { if (ent2A->getBase() != ent2B->getBase()) {
std::cerr std::cerr
<< "single-interface--based servcie " << name << "single-interface--based service " << name
<< " base changed from " << ent2A->getBase() << " base changed from " << ent2A->getBase()
<< " to " << ent2B->getBase() << " to " << ent2B->getBase()
<< std::endl; << std::endl;
......
...@@ -1283,7 +1283,7 @@ rtl::Reference< Entity > readEntity( ...@@ -1283,7 +1283,7 @@ rtl::Reference< Entity > readEntity(
file->uri, file->uri,
("UNOIDL format: bad mode " + OUString::number(v) ("UNOIDL format: bad mode " + OUString::number(v)
+ " of property " + propName + " of property " + propName
+ " for accumulation-based servcie")); + " for accumulation-based service"));
} }
props.emplace_back( props.emplace_back(
propName, propType, propName, propType,
......
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