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

Fix typos

Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef
Reviewed-on: https://gerrit.libreoffice.org/57822Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 2a1e975f
......@@ -733,8 +733,8 @@ OUString MimeConfigurationHelper::GetDefaultFilterFromServiceName( const OUStrin
| SfxFilterFlags::IMPORT );
if ( ( ( nFlags & nRequired ) == nRequired ) && !( nFlags & SfxFilterFlags::TEMPLATEPATH ) )
{
// if there are more than one filter the preffered one should be used
// if there is no preffered filter the first one will be used
// if there are more than one filter the preferred one should be used
// if there is no preferred filter the first one will be used
if ( aResult.isEmpty() || ( nFlags & SfxFilterFlags::PREFERED ) )
aResult = aPropsHM.getUnpackedValueOrDefault( "Name", OUString() );
if ( nFlags & SfxFilterFlags::PREFERED )
......
......@@ -313,7 +313,7 @@ void CHatchWin::ChildSet(HWND hWndKid)
{
SetParent(hWndKid, m_hWnd);
//Insure this is visible when the hatch window becomes visible.
//Ensure this is visible when the hatch window becomes visible.
ShowWindow(hWndKid, SW_SHOW);
}
......
......@@ -118,7 +118,7 @@ Date: Wed Sep 5 16:37:28 2007 +0000
INTEGRATION: CWS i18n37 (1.22.6); FILE MERGED
2007/09/03 18:27:39 khong 1.22.6.2: i8132 fixed a problem in skipping space for word breakiterator
2007/08/31 21:30:30 khong 1.22.6.1: i81158 fix skiping space problem
2007/08/31 21:30:30 khong 1.22.6.1: i81158 fix skipping space problem
commit d2c2baf1a31d281d20e8b4d4c806dda027b2d5a3
Author: Vladimir Glazounov <vg@openoffice.org>
......
......@@ -59,7 +59,7 @@ public:
TriState IsMarkedGluePointsPercent() const;
void SetMarkedGluePointsPercent(bool bOn);
// bVert=FALSE: check/set hotizontal alignment
// bVert=FALSE: check/set horizontal alignment
// SdrAlign::HORZ_CENTER
// SdrAlign::HORZ_LEFT
// SdrAlign::HORZ_RIGHT
......
......@@ -260,8 +260,8 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
@param xRequest
the interaction request, which should be intercepted.
@return A identifier, which inidicates if the request was intercepted,
the continuation was found and selected ... or not.
@return A identifier, which indicates if the request was intercepted,
the continuation was found and selected... or not.
*/
UCBHELPER_DLLPRIVATE EInterceptionState impl_interceptRequest(const css::uno::Reference< css::task::XInteractionRequest >& xRequest);
};
......
......@@ -349,7 +349,7 @@ public:
SimpleXMLParser();
~SimpleXMLParser();
/// parse a file, returns NULL on criticall errors
/// parse a file, returns NULL on critical errors
XMLFile *Execute(
const OString &rFileName, // the file name
XMLFile *pXMLFileIn // the XMLFile
......
......@@ -82,7 +82,7 @@ Sub Initialize()
REM pizzas in list box
oListBox = oDialog.getControl(&quot;ListBox1&quot;)
sPizzas = Array(&quot;Margarita&quot;,&quot;Vegeterian&quot;,&quot;Ham &amp; Pineapple&quot;,&quot;Mexican&quot;,&quot;Seafood&quot;)
sPizzas = Array(&quot;Margarita&quot;,&quot;Vegetarian&quot;,&quot;Ham &amp; Pineapple&quot;,&quot;Mexican&quot;,&quot;Seafood&quot;)
oListBox.addItems( sPizzas, 0 )
oListBox.selectItem( sPizzas(0), True )
......@@ -300,4 +300,4 @@ Sub SubmitOrder()
End Sub
</script:module>
\ No newline at end of file
</script:module>
......@@ -89,7 +89,7 @@ interface XSlideShowController
void gotoNextEffect();
/** undo the last effects that where triggered by a generic trigger.
/** undo the last effects that were triggered by a generic trigger.
<p>If there is no previous effect that can be undone then the
previous slide will be displayed.
*/
......
......@@ -192,7 +192,7 @@ published service PreparedStatement
This name can then be used in SQL positioned update/delete statements to
identify the current row in the ResultSet generated by this statement. If
the database does not support positioned update/delete, this property is
a noop. To insure that a cursor has the proper isolation level to support
a noop. To ensure that a cursor has the proper isolation level to support
updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted,
positioned updates may fail.
......
......@@ -170,7 +170,7 @@ published service ResultSet
This name can then be used in SQL positioned update/delete statements to
identify the current row in the ResultSet generated by this statement. If
the database doesn't support positioned update/delete, this property is
a noop. To insure that a cursor has the proper isolation level to support
a noop. To ensure that a cursor has the proper isolation level to support
updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted,
positioned updates may fail.
......
......@@ -147,7 +147,7 @@ published service Statement
This name can then be used in SQL positioned update/delete statements to
identify the current row in the ResultSet generated by this statement. If
the database does not support positioned update/delete, this property is
a noop. To insure that a cursor has the proper isolation level to support
a noop. To ensure that a cursor has the proper isolation level to support
updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted,
positioned updates may fail.
......
......@@ -102,7 +102,7 @@ interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface
raises (com::sun::star::lang::IllegalArgumentException);
/** Call all event listeners that where added for the specified event focus.
/** Call all event listeners that were added for the specified event focus.
*/
void broadcastContextChangeEvent (
[in] com::sun::star::ui::ContextChangeEventObject aEvent,
......
......@@ -156,7 +156,7 @@ private:
private:
/** unique field entires for each field (column). */
/** unique field entries for each field (column). */
::std::vector< ::std::vector<SCROW> > maFieldEntries;
/** Rows visible by standard filter query. */
......
......@@ -123,7 +123,7 @@ public:
bool HasSelectionList() const;
/** Tries to fill the passed collection with list validation entries.
@descr Fills the list only, if this is a list validation and IsShowList() is enabled.
@param rStrings (out-param) The string list to fill with list validation entires.
@param rStrings (out-param) The string list to fill with list validation entries.
@return true = rStrings has been filled with at least one entry. */
bool FillSelectionList(std::vector<ScTypedStrData>& rStrings, const ScAddress& rPos) const;
......@@ -169,7 +169,7 @@ public:
private:
/** Tries to fill the passed collection with list validation entries.
@descr Fills the list only if it is non-NULL,
@param pStrings (out-param) Optionally NULL, string list to fill with list validation entires.
@param pStrings (out-param) Optionally NULL, string list to fill with list validation entries.
@param pCell can be NULL if it is not necessary to which element in the list is selected.
@param rPos the base address for relative references.
@param rTokArr Formula token array.
......
......@@ -197,7 +197,7 @@ enum ScCsvCmdType
CSVCMD_REMOVEALLSPLITS /// Remove all splits. [-]
};
/** Data for a CSV control command. The stored position data is aways character based,
/** Data for a CSV control command. The stored position data is always character based,
it's never a column index (required for internal consistency). */
class ScCsvCmd
{
......
......@@ -811,7 +811,7 @@ void SdDrawDocument::NewOrLoadCompleted(DocCreationMode eMode)
sal_uInt16 nPage, nPageCount;
// create missing layout style sheets for broken documents
// that where created with the 5.2
// that were created with the 5.2
nPageCount = GetMasterSdPageCount( PageKind::Standard );
for (nPage = 0; nPage < nPageCount; nPage++)
{
......
......@@ -99,7 +99,7 @@ private:
css::drawing::framework::XConfiguration> mxRequestedConfiguration;
/** This flag is set to </sal_True> when an update of the current
configurtion was requested (because the last request in the queue
configuration was requested (because the last request in the queue
was processed) but could not be executed because the
ConfigurationController was locked. A call to UpdateConfiguration()
resets the flag to </sal_False>.
......
......@@ -145,7 +145,7 @@ protected:
TokenToValueSetIndex maTokenToValueSetIndex;
ItemList maLockedMasterPages;
/** Lock master pages in the given list and release locks that where
/** Lock master pages in the given list and release locks that were
previously acquired.
*/
void UpdateLocks (const ItemList& rItemList);
......
......@@ -157,8 +157,8 @@ void SelectionManager::DeleteSelectedNormalPages (const ::std::vector<SdPage*>&
Reference<drawing::XDrawPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW );
Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW );
// Iterate over all pages that where seleted when this method was called
// and delete the draw page the notes page. The iteration is done in
// Iterate over all pages that were selected when this method was called
// and delete the draw page the notes page. The iteration is done in
// reverse order so that when one slide is not deleted (to avoid an
// empty document) the remaining slide is the first one.
::std::vector<SdPage*>::const_reverse_iterator aI;
......@@ -190,8 +190,8 @@ void SelectionManager::DeleteSelectedMasterPages (const ::std::vector<SdPage*>&
Reference<drawing::XMasterPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW );
Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getMasterPages(), UNO_QUERY_THROW );
// Iterate over all pages that where seleted when this method was called
// and delete the draw page the notes page. The iteration is done in
// Iterate over all pages that were selected when this method was called
// and delete the draw page the notes page. The iteration is done in
// reverse order so that when one slide is not deleted (to avoid an
// empty document) the remaining slide is the first one.
::std::vector<SdPage*>::const_reverse_iterator aI;
......
......@@ -46,7 +46,7 @@ public:
virtual void ActivatePresenterView();
/** Called when the view is put into a cache. The view must not paint
itself while being deactive.
itself while being deactivated.
*/
virtual void DeactivatePresenterView();
......
......@@ -268,7 +268,7 @@
</xs:element>
<xs:element name="Premises" minOccurs="0">
<xs:annotation>
<xs:documentation>Details of the Premises (could be building(s), site, loaction, property, premise, place) which is a landmark place which has a main address such as large mail user (e.g. Airport, Hospital, University) or could be a building (e.g. apartment, house) or a building or complex of buildings (e.g. an apartment complex or shopping centre) or even a vacant land (e.g. LOT). A premises can have many sub-addresses such as apartments in a building having its own addresses or buildings within an airport having its own addresses including its own thoroughfares</xs:documentation>
<xs:documentation>Details of the Premises (could be building(s), site, location, property, premise, place) which is a landmark place which has a main address such as large mail user (e.g. Airport, Hospital, University) or could be a building (e.g. apartment, house) or a building or complex of buildings (e.g. an apartment complex or shopping centre) or even a vacant land (e.g. LOT). Premises can have many sub-addresses such as apartments in a building having its own addresses or buildings within an airport having its own addresses including its own thoroughfares</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
......
......@@ -73,7 +73,7 @@ sub check_headers
sub check_routine
{
my ($dir) = @_;
opendir(my $fh, $dir) or die "Program stopping, could't open directory \n";
opendir(my $fh, $dir) or die "Program stopping, couldn't open directory \n";
while(my $file = readdir($fh)){
if($file =~ m/\.(cxx|hxx|c|h|hrc|src)$/i ){
check_headers($dir,"$dir/$file",@subdirs);
......
......@@ -598,9 +598,9 @@ sub write_idt_header
}
##############################################################
# Returning the name of the rranslation file for a
# Returning the name of the translation file for a
# given language.
# Sample: "01" oder "en-US" -> "1033.txt"
# Sample: "01" order "en-US" -> "1033.txt"
##############################################################
sub get_languagefilename
......
......@@ -28,7 +28,7 @@ void main()
float alpha = clamp(dist, 0.0, 1.0);
// modify the alpha chanel only
// modify the alpha channel only
vec4 result_color = color;
result_color.a = result_color.a * alpha;
......
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