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

Fix typos

Change-Id: I8758872f6a5270de3f9b9dea750b9d40c7a446db
Reviewed-on: https://gerrit.libreoffice.org/57800Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 3aaa81ff
...@@ -143,7 +143,7 @@ public: ...@@ -143,7 +143,7 @@ public:
m_pLoader->acquire(); m_pLoader->acquire();
} }
/// Destructor, decrease the reference count and unload the library if it is tha last instance. /// Destructor, decrease the reference count and unload the library if it is the last instance.
~ODynamicLoader() ~ODynamicLoader()
{ {
if( m_pLoader ) if( m_pLoader )
......
...@@ -569,7 +569,7 @@ public: ...@@ -569,7 +569,7 @@ public:
* they are control shapes, and if so, whether they should be exported or * they are control shapes, and if so, whether they should be exported or
* not. If not, the form layer export will be notified accordingly. * not. If not, the form layer export will be notified accordingly.
* *
* The reason this method is located here is tha it needs to access the * The reason this method is located here is that it needs to access the
* XMLSectionExport, which is only available here. * XMLSectionExport, which is only available here.
*/ */
void PreventExportOfControlsInMuteSections( void PreventExportOfControlsInMuteSections(
......
...@@ -712,7 +712,7 @@ public: ...@@ -712,7 +712,7 @@ public:
/** Creates the style sheet in the document described by this cell style object. */ /** Creates the style sheet in the document described by this cell style object. */
void createCellStyle(); void createCellStyle();
/** Stores tha passed final style name and creates the cell style, if it is /** Stores the passed final style name and creates the cell style, if it is
user-defined or modified built-in. */ user-defined or modified built-in. */
void finalizeImport( const OUString& rFinalName ); void finalizeImport( const OUString& rFinalName );
......
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