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

Fix typos

Change-Id: I1450de6d00f52bbe1f4fdebb375f505243e1eba9
Reviewed-on: https://gerrit.libreoffice.org/57769
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst eab67995
......@@ -961,7 +961,7 @@ namespace basegfx
{
if(fTools::lessOrEqual(fLineWidth, 0.0))
{
// no line witdh
// no line width
return;
}
......
......@@ -240,7 +240,7 @@ public:
bool IsDistortAllowed(bool bNoContortion=false) const;
// Unite several objects to a polygon:
// - rectangles/circles/text... are implicite converted.
// - rectangles/circles/text... are implicitly converted.
// - polygones are closed automatically
// - attributes and layer are taken from the first object marked
// (thus from lowest Z-order).
......
......@@ -266,7 +266,7 @@ uno::Reference< frame::XModel > SAL_CALL OReportEngineJFree::createDocumentAlive
uno::Reference< frame::XModel > OReportEngineJFree::createDocumentAlive( const uno::Reference< frame::XFrame >& _frame,bool _bHidden )
{
uno::Reference< frame::XModel > xModel;
OUString sOutputName = getNewOutputName(); // starts implicite the report generator
OUString sOutputName = getNewOutputName(); // starts implicitly the report generator
if ( !sOutputName.isEmpty() )
{
::osl::MutexGuard aGuard(m_aMutex);
......
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