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 ...@@ -733,8 +733,8 @@ OUString MimeConfigurationHelper::GetDefaultFilterFromServiceName( const OUStrin
| SfxFilterFlags::IMPORT ); | SfxFilterFlags::IMPORT );
if ( ( ( nFlags & nRequired ) == nRequired ) && !( nFlags & SfxFilterFlags::TEMPLATEPATH ) ) if ( ( ( nFlags & nRequired ) == nRequired ) && !( nFlags & SfxFilterFlags::TEMPLATEPATH ) )
{ {
// if there are more than one filter the preffered one should be used // if there are more than one filter the preferred one should be used
// if there is no preffered filter the first one will be used // if there is no preferred filter the first one will be used
if ( aResult.isEmpty() || ( nFlags & SfxFilterFlags::PREFERED ) ) if ( aResult.isEmpty() || ( nFlags & SfxFilterFlags::PREFERED ) )
aResult = aPropsHM.getUnpackedValueOrDefault( "Name", OUString() ); aResult = aPropsHM.getUnpackedValueOrDefault( "Name", OUString() );
if ( nFlags & SfxFilterFlags::PREFERED ) if ( nFlags & SfxFilterFlags::PREFERED )
......
...@@ -313,7 +313,7 @@ void CHatchWin::ChildSet(HWND hWndKid) ...@@ -313,7 +313,7 @@ void CHatchWin::ChildSet(HWND hWndKid)
{ {
SetParent(hWndKid, m_hWnd); 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); ShowWindow(hWndKid, SW_SHOW);
} }
......
...@@ -118,7 +118,7 @@ Date: Wed Sep 5 16:37:28 2007 +0000 ...@@ -118,7 +118,7 @@ Date: Wed Sep 5 16:37:28 2007 +0000
INTEGRATION: CWS i18n37 (1.22.6); FILE MERGED 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/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 commit d2c2baf1a31d281d20e8b4d4c806dda027b2d5a3
Author: Vladimir Glazounov <vg@openoffice.org> Author: Vladimir Glazounov <vg@openoffice.org>
......
...@@ -59,7 +59,7 @@ public: ...@@ -59,7 +59,7 @@ public:
TriState IsMarkedGluePointsPercent() const; TriState IsMarkedGluePointsPercent() const;
void SetMarkedGluePointsPercent(bool bOn); void SetMarkedGluePointsPercent(bool bOn);
// bVert=FALSE: check/set hotizontal alignment // bVert=FALSE: check/set horizontal alignment
// SdrAlign::HORZ_CENTER // SdrAlign::HORZ_CENTER
// SdrAlign::HORZ_LEFT // SdrAlign::HORZ_LEFT
// SdrAlign::HORZ_RIGHT // SdrAlign::HORZ_RIGHT
......
...@@ -260,8 +260,8 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper ...@@ -260,8 +260,8 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
@param xRequest @param xRequest
the interaction request, which should be intercepted. the interaction request, which should be intercepted.
@return A identifier, which inidicates if the request was intercepted, @return A identifier, which indicates if the request was intercepted,
the continuation was found and selected ... or not. the continuation was found and selected... or not.
*/ */
UCBHELPER_DLLPRIVATE EInterceptionState impl_interceptRequest(const css::uno::Reference< css::task::XInteractionRequest >& xRequest); UCBHELPER_DLLPRIVATE EInterceptionState impl_interceptRequest(const css::uno::Reference< css::task::XInteractionRequest >& xRequest);
}; };
......
...@@ -349,7 +349,7 @@ public: ...@@ -349,7 +349,7 @@ public:
SimpleXMLParser(); SimpleXMLParser();
~SimpleXMLParser(); ~SimpleXMLParser();
/// parse a file, returns NULL on criticall errors /// parse a file, returns NULL on critical errors
XMLFile *Execute( XMLFile *Execute(
const OString &rFileName, // the file name const OString &rFileName, // the file name
XMLFile *pXMLFileIn // the XMLFile XMLFile *pXMLFileIn // the XMLFile
......
...@@ -82,7 +82,7 @@ Sub Initialize() ...@@ -82,7 +82,7 @@ Sub Initialize()
REM pizzas in list box REM pizzas in list box
oListBox = oDialog.getControl(&quot;ListBox1&quot;) 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.addItems( sPizzas, 0 )
oListBox.selectItem( sPizzas(0), True ) oListBox.selectItem( sPizzas(0), True )
...@@ -300,4 +300,4 @@ Sub SubmitOrder() ...@@ -300,4 +300,4 @@ Sub SubmitOrder()
End Sub End Sub
</script:module> </script:module>
\ No newline at end of file
...@@ -89,7 +89,7 @@ interface XSlideShowController ...@@ -89,7 +89,7 @@ interface XSlideShowController
void gotoNextEffect(); 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 <p>If there is no previous effect that can be undone then the
previous slide will be displayed. previous slide will be displayed.
*/ */
......
...@@ -192,7 +192,7 @@ published service PreparedStatement ...@@ -192,7 +192,7 @@ published service PreparedStatement
This name can then be used in SQL positioned update/delete statements to 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 identify the current row in the ResultSet generated by this statement. If
the database does not support positioned update/delete, this property is 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 updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted, "select for update ...". If the "for update" phrase is omitted,
positioned updates may fail. positioned updates may fail.
......
...@@ -170,7 +170,7 @@ published service ResultSet ...@@ -170,7 +170,7 @@ published service ResultSet
This name can then be used in SQL positioned update/delete statements to 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 identify the current row in the ResultSet generated by this statement. If
the database doesn't support positioned update/delete, this property is 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 updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted, "select for update ...". If the "for update" phrase is omitted,
positioned updates may fail. positioned updates may fail.
......
...@@ -147,7 +147,7 @@ published service Statement ...@@ -147,7 +147,7 @@ published service Statement
This name can then be used in SQL positioned update/delete statements to 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 identify the current row in the ResultSet generated by this statement. If
the database does not support positioned update/delete, this property is 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 updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted, "select for update ...". If the "for update" phrase is omitted,
positioned updates may fail. positioned updates may fail.
......
...@@ -102,7 +102,7 @@ interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface ...@@ -102,7 +102,7 @@ interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface
raises (com::sun::star::lang::IllegalArgumentException); 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 ( void broadcastContextChangeEvent (
[in] com::sun::star::ui::ContextChangeEventObject aEvent, [in] com::sun::star::ui::ContextChangeEventObject aEvent,
......
...@@ -156,7 +156,7 @@ private: ...@@ -156,7 +156,7 @@ private:
private: private:
/** unique field entires for each field (column). */ /** unique field entries for each field (column). */
::std::vector< ::std::vector<SCROW> > maFieldEntries; ::std::vector< ::std::vector<SCROW> > maFieldEntries;
/** Rows visible by standard filter query. */ /** Rows visible by standard filter query. */
......
...@@ -123,7 +123,7 @@ public: ...@@ -123,7 +123,7 @@ public:
bool HasSelectionList() const; bool HasSelectionList() const;
/** Tries to fill the passed collection with list validation entries. /** 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. @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. */ @return true = rStrings has been filled with at least one entry. */
bool FillSelectionList(std::vector<ScTypedStrData>& rStrings, const ScAddress& rPos) const; bool FillSelectionList(std::vector<ScTypedStrData>& rStrings, const ScAddress& rPos) const;
...@@ -169,7 +169,7 @@ public: ...@@ -169,7 +169,7 @@ public:
private: private:
/** Tries to fill the passed collection with list validation entries. /** Tries to fill the passed collection with list validation entries.
@descr Fills the list only if it is non-NULL, @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 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 rPos the base address for relative references.
@param rTokArr Formula token array. @param rTokArr Formula token array.
......
...@@ -197,7 +197,7 @@ enum ScCsvCmdType ...@@ -197,7 +197,7 @@ enum ScCsvCmdType
CSVCMD_REMOVEALLSPLITS /// Remove all splits. [-] 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). */ it's never a column index (required for internal consistency). */
class ScCsvCmd class ScCsvCmd
{ {
......
...@@ -811,7 +811,7 @@ void SdDrawDocument::NewOrLoadCompleted(DocCreationMode eMode) ...@@ -811,7 +811,7 @@ void SdDrawDocument::NewOrLoadCompleted(DocCreationMode eMode)
sal_uInt16 nPage, nPageCount; sal_uInt16 nPage, nPageCount;
// create missing layout style sheets for broken documents // 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 ); nPageCount = GetMasterSdPageCount( PageKind::Standard );
for (nPage = 0; nPage < nPageCount; nPage++) for (nPage = 0; nPage < nPageCount; nPage++)
{ {
......
...@@ -99,7 +99,7 @@ private: ...@@ -99,7 +99,7 @@ private:
css::drawing::framework::XConfiguration> mxRequestedConfiguration; css::drawing::framework::XConfiguration> mxRequestedConfiguration;
/** This flag is set to </sal_True> when an update of the current /** 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 was processed) but could not be executed because the
ConfigurationController was locked. A call to UpdateConfiguration() ConfigurationController was locked. A call to UpdateConfiguration()
resets the flag to </sal_False>. resets the flag to </sal_False>.
......
...@@ -145,7 +145,7 @@ protected: ...@@ -145,7 +145,7 @@ protected:
TokenToValueSetIndex maTokenToValueSetIndex; TokenToValueSetIndex maTokenToValueSetIndex;
ItemList maLockedMasterPages; 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. previously acquired.
*/ */
void UpdateLocks (const ItemList& rItemList); void UpdateLocks (const ItemList& rItemList);
......
...@@ -157,8 +157,8 @@ void SelectionManager::DeleteSelectedNormalPages (const ::std::vector<SdPage*>& ...@@ -157,8 +157,8 @@ void SelectionManager::DeleteSelectedNormalPages (const ::std::vector<SdPage*>&
Reference<drawing::XDrawPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW ); Reference<drawing::XDrawPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW );
Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW ); Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW );
// Iterate over all pages that where seleted when this method was called // 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 // 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 // reverse order so that when one slide is not deleted (to avoid an
// empty document) the remaining slide is the first one. // empty document) the remaining slide is the first one.
::std::vector<SdPage*>::const_reverse_iterator aI; ::std::vector<SdPage*>::const_reverse_iterator aI;
...@@ -190,8 +190,8 @@ void SelectionManager::DeleteSelectedMasterPages (const ::std::vector<SdPage*>& ...@@ -190,8 +190,8 @@ void SelectionManager::DeleteSelectedMasterPages (const ::std::vector<SdPage*>&
Reference<drawing::XMasterPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW ); Reference<drawing::XMasterPagesSupplier> xDrawPagesSupplier( mrSlideSorter.GetModel().GetDocument()->getUnoModel(), UNO_QUERY_THROW );
Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); Reference<drawing::XDrawPages> xPages( xDrawPagesSupplier->getMasterPages(), UNO_QUERY_THROW );
// Iterate over all pages that where seleted when this method was called // 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 // 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 // reverse order so that when one slide is not deleted (to avoid an
// empty document) the remaining slide is the first one. // empty document) the remaining slide is the first one.
::std::vector<SdPage*>::const_reverse_iterator aI; ::std::vector<SdPage*>::const_reverse_iterator aI;
......
...@@ -46,7 +46,7 @@ public: ...@@ -46,7 +46,7 @@ public:
virtual void ActivatePresenterView(); virtual void ActivatePresenterView();
/** Called when the view is put into a cache. The view must not paint /** 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(); virtual void DeactivatePresenterView();
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</xs:element> </xs:element>
<xs:element name="Premises" minOccurs="0"> <xs:element name="Premises" minOccurs="0">
<xs:annotation> <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:annotation>
<xs:complexType> <xs:complexType>
<xs:complexContent> <xs:complexContent>
......
...@@ -73,7 +73,7 @@ sub check_headers ...@@ -73,7 +73,7 @@ sub check_headers
sub check_routine sub check_routine
{ {
my ($dir) = @_; 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)){ while(my $file = readdir($fh)){
if($file =~ m/\.(cxx|hxx|c|h|hrc|src)$/i ){ if($file =~ m/\.(cxx|hxx|c|h|hrc|src)$/i ){
check_headers($dir,"$dir/$file",@subdirs); check_headers($dir,"$dir/$file",@subdirs);
......
...@@ -598,9 +598,9 @@ sub write_idt_header ...@@ -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. # given language.
# Sample: "01" oder "en-US" -> "1033.txt" # Sample: "01" order "en-US" -> "1033.txt"
############################################################## ##############################################################
sub get_languagefilename sub get_languagefilename
......
...@@ -28,7 +28,7 @@ void main() ...@@ -28,7 +28,7 @@ void main()
float alpha = clamp(dist, 0.0, 1.0); float alpha = clamp(dist, 0.0, 1.0);
// modify the alpha chanel only // modify the alpha channel only
vec4 result_color = color; vec4 result_color = color;
result_color.a = result_color.a * alpha; 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