Fix typos

Change-Id: I380856ca45c835e732fdf080a522caab4534db5b
Reviewed-on: https://gerrit.libreoffice.org/76346
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-07-27 10:44:52 +02:00
committed by Julien Nabet
parent 8fe85c248d
commit fdd35ea841
12 changed files with 15 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ public:
void End() { if (xStatusIndicator.is()) xStatusIndicator->end(); }
// set the new reference and returns the new value which gives the
// Progress Bar the sam position as before
// Progress Bar the same position as before
void ChangeReference(sal_Int32 nNewReference);
sal_Int32 GetReference() { return nReference; }

View File

@@ -52,7 +52,7 @@ public:
virtual ~XMLCharContext() override;
// EndElement is called before a context will be destructed, but
// after a elements context has been parsed. It may be used for actions
// after an elements context has been parsed. It may be used for actions
// that require virtual methods. The default is to do nothing.
virtual void EndElement() override;

View File

@@ -78,7 +78,7 @@ public:
SvXMLImport& rImport);
virtual ~SvXMLImportPropertyMapper() override;
// Add a ImportPropertyMapper at the end of the import mapper chain.
// Add an ImportPropertyMapper at the end of the import mapper chain.
// The added mapper MUST not be used outside the Mapper chain any longer,
// because its PropertyMapper will be replaced.
void ChainImportMapper(
@@ -142,7 +142,7 @@ public:
ContextID_Index_Pair* pSpecialContextIds );
/** implementation helper for FillPropertySet: fill an XMultiPropertySet.
* If unsuccessul, set return value. */
* If unsuccessful, set return value. */
static bool FillMultiPropertySet_(
const ::std::vector<XMLPropertyState> & rProperties,
const css::uno::Reference< css::beans::XMultiPropertySet> & rMultiPropSet,
@@ -154,7 +154,7 @@ public:
ContextID_Index_Pair* pSpecialContextIds );
/** implementation helper for FillPropertySet: fill an XTolerantMultiPropertySet.
* If unsuccessul, set return value. */
* If unsuccessful, set return value. */
static bool FillTolerantMultiPropertySet_(
const ::std::vector<XMLPropertyState> & rProperties,
const css::uno::Reference< css::beans::XTolerantMultiPropertySet> & rTolPropSet,

View File

@@ -200,7 +200,7 @@ int SAL_CALL main( int argc, char * argv[] )
testConnection( OUString("pipe,name=bla") , rAcceptorPipe , rConnector );
printf( " Done\n" );
// check, if errornous strings make any problem
// check, if erroneous strings make any problem
rAcceptor.set(
xMgr->createInstance("com.sun.star.connection.Acceptor"),
UNO_QUERY );

View File

@@ -81,7 +81,7 @@ import com.sun.star.uno.UnoRuntime;
* a range of values of the list's data wrapped in a List implementation. Changes to the sub
* list have to cause changes in the main list. This is a problem, since this class is to be
* used in a multi-threaded environment. The sub list could work on a copy as the iterators
* do, but all the functions which work on an given index could not be properly supported.
* do, but all the functions which work on a given index could not be properly supported.
* Unfortunately, the List interface documentation states that all optional methods implemented
* by the list have to be implemented in the sub list. That would mean to do without all those
* critical methods, although they might work well in the "main list" (as opposed to sub list).

View File

@@ -3269,7 +3269,7 @@ static void lok_doc_view_class_init (LOKDocViewClass* pClass)
* Password must be provided by calling lok_doc_view_set_document_password
* function with pUrl as provided by the callback.
*
* Upon entering a invalid password, another `password-required` signal is
* Upon entering an invalid password, another `password-required` signal is
* emitted.
* Upon entering a valid password, document starts to load.
* Upon entering a NULL password: if bModify is %TRUE, document starts to

View File

@@ -328,7 +328,7 @@ void LwpMasterPage::RegisterMasterPage(LwpFrib* pFrib)
}
/**
* @descr: Whether it need create a new section
* @descr: Whether it needs to create a new section
*
*/
bool LwpMasterPage::IsNeedSection()

View File

@@ -1,5 +1,5 @@
/**
* Description: provide an bound, and the corresponding operations
* Description: provide a bound, and the corresponding operations
*
* Author Create/Modi Note
* Xiaofeng Xie Oct. 9, 2002

View File

@@ -41,7 +41,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface
<p>
This method can be used to have a full control over persistence
initialization of a object.
initialization of an object.
</p>
<p>

View File

@@ -31,7 +31,7 @@
/** describes a controller which can be used to browse and modify properties of form controls.
<p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
<p>The controller can be plugged into a com::sun::star::frame::XFrame, and will
provide a visual component for inspecting control properties. This means it allows to interactively control
several aspects of a FormControlModel or DataAwareControlModel, such as it's
data binding, it's layout, and it's event binding</p>
@@ -101,7 +101,7 @@ published service PropertyBrowserController
/** ensures the basic functionality for a controller.
<p>With supporting this interface, the component is able to operate in (and provide content
for) an com::sun::star::frame::XFrame.</p>
for) a com::sun::star::frame::XFrame.</p>
*/
interface com::sun::star::frame::XController;

View File

@@ -40,7 +40,7 @@ interface XFormsSupplier2: XFormsSupplier
<p>Semantically, hasForms() is equivalent to calling
XElementAccess::hasElements() on the container returned by
XFormsSupplier::getForms(). But when using the latter, the
implementation is forced to create a empty container, which might be potentially
implementation is forced to create an empty container, which might be potentially
expensive.</p>
*/
boolean hasForms();

View File

@@ -40,7 +40,7 @@ service BindableIntegerValueRange
must support exchanging double values.</p>
<p>When the (integer) value reflected by the control model is changed, it's converted
into an double value and propagated to the binding.</p>
into a double value and propagated to the binding.</p>
<p>When the external (double) value changes, it's converted as follows to an integer
value: