Fix typos

Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2020-10-19 18:53:04 +02:00 committed by Julien Nabet
parent cdedcfe554
commit 269b8a086e
4 changed files with 4 additions and 4 deletions

View file

@ -301,7 +301,7 @@ void OSDBCDriverManager::bootstrapDrivers()
if ( xDriver.is() )
{
aDriverDescriptor.xDriver = xDriver;
// and obtain it's implementation name
// and obtain its implementation name
xSI.set(xDriver, css::uno::UNO_QUERY);
OSL_ENSURE( xSI.is(), "OSDBCDriverManager::bootstrapDrivers: a driver without service info?" );
if ( xSI.is() )

View file

@ -172,7 +172,7 @@ namespace svx
// now draw the texts
// as we already calculated the precise rectangles for the texts, we don't want to
// use the alignment flags given - within it's rect, every text is centered
// use the alignment flags given - within its rect, every text is centered
DrawTextFlags nDrawTextStyle( nTextStyle );
nDrawTextStyle &= ~DrawTextFlags( DrawTextFlags::Right | DrawTextFlags::Left | DrawTextFlags::Bottom | DrawTextFlags::Top );
nDrawTextStyle |= DrawTextFlags::Center | DrawTextFlags::VCenter;

View file

@ -46,7 +46,7 @@ interface XTabListener : com::sun::star::lang::XEventListener
*/
void removed( [in] long ID );
/** a tab was changed within it's properties.
/** a tab was changed within its properties.
@param ID
the unique ID of the changed tab.

View file

@ -91,7 +91,7 @@ private:
m_xElement; // object not owned by the action
css::uno::Reference< css::uno::XInterface >
m_xOwnElement; // object owned by the action
sal_Int32 m_nIndex; // index of the object within it's container
sal_Int32 m_nIndex; // index of the object within its container
css::uno::Sequence< css::script::ScriptEventDescriptor >
m_aEvents; // events of the object
Action m_eAction;