Kaydet (Commit) 9535d5d1 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

\<the the\> -> the

Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421
üst b0168403
......@@ -124,7 +124,7 @@ PiePositionHelper::~PiePositionHelper()
* inner_radius = (ring_index + 1) - 0.5 + max_offset,
* outer_radius = (ring_index + 1) + 0.5 + max_offset.
* When orientation for the radius axis is reversed these values are swapped.
* (Indeed the the orientation for the radius axis is always reversed!
* (Indeed the orientation for the radius axis is always reversed!
* See `PieChartTypeTemplate::adaptScales`.)
* The maximum relative offset (see notes for P`ieChart::getMaxOffset`) is
* added to both the inner and the outer radius.
......@@ -556,7 +556,7 @@ void PieChart::createShapes()
bool bHasFillColorMapping = pSeries->hasPropertyMapping("FillColor");
/// The angle degree offset is set by the the same property of the
/// The angle degree offset is set by the same property of the
/// data series.
/// Counter-clockwise offset from the 3 o'clock position.
m_pPosHelper->m_fAngleDegreeOffset = pSeries->getStartingAngle();
......
......@@ -368,7 +368,7 @@ Reference< XInterface > ODatabaseContext::loadObjectFromURL(const OUString& _rNa
aArgs.put( "InteractionHandler", task::InteractionHandler::createWithParent(m_aContext, 0) );
if (bEmbeddedDataSource)
{
// In this case the host contains the real path, and the the path is the embedded stream name.
// In this case the host contains the real path, and the path is the embedded stream name.
OUString sBaseURI = aURL.GetHost(INetURLObject::DECODE_WITH_CHARSET) + aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET);
aArgs.put("BaseURI", sBaseURI);
}
......
......@@ -1676,7 +1676,7 @@ void ODatabaseDocument::impl_writeStorage_throw( const Reference< XStorage >& _r
OUString sURL = _rMediaDescriptor.getOrDefault("URL", OUString());
if (sURL.startsWithIgnoreAsciiCase("vnd.sun.star.pkg:"))
{
// In this case the host contains the real path, and the the path is the embedded stream name.
// In this case the host contains the real path, and the path is the embedded stream name.
INetURLObject aURL(sURL);
sStreamRelPath = aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET);
if (sStreamRelPath.startsWith("/"))
......
......@@ -456,7 +456,7 @@ bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor )
OUString sStreamRelPath;
if (sFileName.startsWithIgnoreAsciiCase("vnd.sun.star.pkg:"))
{
// In this case the host contains the real path, and the the path is the embedded stream name.
// In this case the host contains the real path, and the path is the embedded stream name.
INetURLObject aURL(sFileName);
sFileName = aURL.GetHost(INetURLObject::DECODE_WITH_CHARSET);
sStreamRelPath = aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET);
......
......@@ -633,7 +633,7 @@ public:
* Reset column position of formula cells within specified row range.
* If bUpdateRefs==true then reference positions are also adjusted to
* reflect the new position so that the formula cells still reference the
* same cells or ranges after the the position change.
* same cells or ranges after the position change.
* The position of a formula cell before the call is interpreted as the old
* position of that cell.
*
......
......@@ -289,7 +289,7 @@ MapMode ScGridWindow::GetDrawMapMode( bool bForce )
void ScGridWindow::DrawAfterScroll()
{
Update(); // always, so the the behaviour with and without DrawingLayer is the same
Update(); // always, so the behaviour with and without DrawingLayer is the same
ScDrawView* pDrView = pViewData->GetView()->GetScDrawView();
if (pDrView)
......
......@@ -20,7 +20,7 @@ void main() {
texel2 = texture2D(alpha, alpha_coord);
gl_FragColor = texel0;
/* Only blend if the the alpha texture wasn't fully transparent */
/* Only blend if the alpha texture wasn't fully transparent */
gl_FragColor.a = 1.0 - (1.0 - floor(texel2.r)) * texel1.r;
}
......
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