Fix typos
Change-Id: I50a80014addf5fb6a3974139249f45f6a2e67d92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92939 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
committed by
Julien Nabet
parent
dd52fdba87
commit
a5d3ee6b98
@@ -525,7 +525,7 @@ void SAL_CALL OPreparedStatement::setTimestamp(sal_Int32 nIndex, const DateTime&
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// void OPreaparedStatement::set
|
// void OPreparedStatement::set
|
||||||
void OPreparedStatement::openBlobForWriting(isc_blob_handle& rBlobHandle, ISC_QUAD& rBlobId)
|
void OPreparedStatement::openBlobForWriting(isc_blob_handle& rBlobHandle, ISC_QUAD& rBlobId)
|
||||||
{
|
{
|
||||||
ISC_STATUS aErr;
|
ISC_STATUS aErr;
|
||||||
|
@@ -93,7 +93,7 @@ interface XAccessibleContext : ::com::sun::star::uno::XInterface
|
|||||||
|
|
||||||
/** Returns the index of this object in its accessible parent.
|
/** Returns the index of this object in its accessible parent.
|
||||||
|
|
||||||
<p>If you call getAccessibeChild on the object's parent with the
|
<p>If you call getAccessibleChild on the object's parent with the
|
||||||
index returned by this function you get a reference to this
|
index returned by this function you get a reference to this
|
||||||
object.</p>
|
object.</p>
|
||||||
|
|
||||||
|
@@ -220,7 +220,7 @@ namespace svt { namespace table
|
|||||||
/// shows a tracking rectangle
|
/// shows a tracking rectangle
|
||||||
virtual void showTracking( tools::Rectangle const & i_location, ShowTrackFlags const i_flags ) = 0;
|
virtual void showTracking( tools::Rectangle const & i_location, ShowTrackFlags const i_flags ) = 0;
|
||||||
|
|
||||||
/// hides a prviously shown tracking rectangle
|
/// hides a previously shown tracking rectangle
|
||||||
virtual void hideTracking() = 0;
|
virtual void hideTracking() = 0;
|
||||||
|
|
||||||
/// does a hit test for the given pixel coordinates
|
/// does a hit test for the given pixel coordinates
|
||||||
|
@@ -360,14 +360,14 @@ static const char* STR_POOLCOLL_EXTRA_ARY[]
|
|||||||
STR_POOLCOLL_HEADER,
|
STR_POOLCOLL_HEADER,
|
||||||
STR_POOLCOLL_HEADERL,
|
STR_POOLCOLL_HEADERL,
|
||||||
STR_POOLCOLL_HEADERR,
|
STR_POOLCOLL_HEADERR,
|
||||||
// Subcategroy Footer
|
// Subcategory Footer
|
||||||
STR_POOLCOLL_FOOTER,
|
STR_POOLCOLL_FOOTER,
|
||||||
STR_POOLCOLL_FOOTERL,
|
STR_POOLCOLL_FOOTERL,
|
||||||
STR_POOLCOLL_FOOTERR,
|
STR_POOLCOLL_FOOTERR,
|
||||||
// Subcategroy Table
|
// Subcategory Table
|
||||||
STR_POOLCOLL_TABLE,
|
STR_POOLCOLL_TABLE,
|
||||||
STR_POOLCOLL_TABLE_HDLN,
|
STR_POOLCOLL_TABLE_HDLN,
|
||||||
// Subcategroy Labels
|
// Subcategory Labels
|
||||||
STR_POOLCOLL_LABEL,
|
STR_POOLCOLL_LABEL,
|
||||||
STR_POOLCOLL_LABEL_ABB,
|
STR_POOLCOLL_LABEL_ABB,
|
||||||
STR_POOLCOLL_LABEL_TABLE,
|
STR_POOLCOLL_LABEL_TABLE,
|
||||||
|
@@ -740,7 +740,7 @@ bool AquaSalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight,
|
|||||||
|
|
||||||
// create new context
|
// create new context
|
||||||
NSGraphicsContext* pDrawNSCtx = [NSGraphicsContext graphicsContextWithCGContext: maContextHolder.get() flipped: IsFlipped()];
|
NSGraphicsContext* pDrawNSCtx = [NSGraphicsContext graphicsContextWithCGContext: maContextHolder.get() flipped: IsFlipped()];
|
||||||
// set it, setCurrentContext also releases the prviously set one
|
// set it, setCurrentContext also releases the previously set one
|
||||||
[NSGraphicsContext setCurrentContext: pDrawNSCtx];
|
[NSGraphicsContext setCurrentContext: pDrawNSCtx];
|
||||||
|
|
||||||
// draw the EPS
|
// draw the EPS
|
||||||
|
Reference in New Issue
Block a user