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

Fix typos

Change-Id: I35d4a7648566105b176eb39f6a1db44ca91d4f4c
Reviewed-on: https://gerrit.libreoffice.org/35643Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 2e9fe260
......@@ -1358,7 +1358,7 @@ void createVisibilityOnOffNode(Reference< XTimeContainer >& rxParentContainer, S
// work) animations will not work in slideshow
void EffectMigration::CreateAnimatedGroup(SdrObjGroup& rGroupObj, SdPage& rPage)
{
// aw080 will give a vector immeditately
// aw080 will give a vector immediately
SdrObjListIter aIter(rGroupObj);
if(aIter.Count())
......
......@@ -286,7 +286,7 @@ void SdDrawDocument::CreateLayoutTemplates()
pISet->Put(makeSdrShadowXDistItem(200)); // 3 mm shadow distance
pISet->Put(makeSdrShadowYDistItem(200));
// Object without fillung
// Object without filling
aName = SD_RESSTR(STR_POOLSHEET_OBJWITHOUTFILL);
pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
pSheet->SetParent(aStdName);
......
......@@ -1298,7 +1298,7 @@ void AnimationExporter::exportAnimEvent( SvStream& rStrm, const Reference< XAnim
else
{
aAny = xNode->getBegin();
if ( nFlags & 0x10 ) // replace ON_NEXT with IDEFINITE
if ( nFlags & 0x10 ) // replace ON_NEXT with INDEFINITE
{
if ( ( aAny >>= aEvent ) && ( aEvent.Trigger == EventTrigger::ON_NEXT ) )
{
......
......@@ -996,7 +996,7 @@ IMPL_LINK_NOARG(SdPublishingDlg, DesignDeleteHdl, Button*, void)
UpdatePage();
}
// Clickhandler for the other servertypess
// Clickhandler for the other servertypes
IMPL_LINK( SdPublishingDlg, WebServerHdl, Button *, pButton, void )
{
bool bASP = pButton == pPage2_ASP;
......
......@@ -655,7 +655,7 @@ bool ImplSdPPTImport::Import()
nOutlinerInstance = TSS_Type::Subtitle;
}
// titelstylesheet
// titlestylesheet
pSheet = pPage->GetStyleSheetForPresObj( PRESOBJ_TITLE );
if ( pSheet )
{
......
......@@ -318,7 +318,7 @@ bool FuText::MouseButtonDown(const MouseEvent& rMEvt)
( eHit == SdrHitKind::UnmarkedObject && bFirstObjCreated &&
!bPermanent ) )
{
// Handle, hit marked or umarked object
// Handle, hit marked or unmarked object
if (eHit == SdrHitKind::TextEditObj)
{
/* hit text of unmarked object:
......
......@@ -170,7 +170,7 @@ void AvahiNetworkService::setup() {
#if ENABLE_DBUS
// Sure, without ENABLE_DBUS it probably makes no sense to try to use this Avahi stuff either,
// but this is just a stop-gap measure to get this to even compile for now with the probably
// pointless combination of configury options --enable-avahi --enable-dbus --disable-gui.
// pointless combination of configurable options --enable-avahi --enable-dbus --disable-gui.
// Avahi internally uses D-Bus, which requires the following in order to be
// thread-safe (and we potentially access D-Bus from different threads in
......
......@@ -193,7 +193,7 @@ SdPage* DocumentHelper::GetSlideForMasterPage (SdPage* pMasterPage)
nPageIndex --;
}
// If no page was found that refernced the given master page reset
// If no page was found, that referenced the given master page, reset
// the pointer that is returned.
if ( ! bFound)
pCandidate = nullptr;
......
......@@ -47,7 +47,7 @@ class BitmapCache
public:
/** The key for looking up preview bitmaps is a pointer to an SdrPage
object. The prior use of PageObjectViewObjectContact objects (which
ultimatly use them) turned out to be less suitable because their
ultimately use them) turned out to be less suitable because their
life time is shorter then that of the page objects. Frequent
destruction and re-creation of the preview bitmaps was the result.
*/
......
......@@ -45,7 +45,7 @@ class GenericPageCache;
<li>Rendering pages ahead of time. Additionally to rendering the
visible slides we try to render part or all of the slides that are not
(yet) visible. This, of course, makes sense only when the computer is
ohterwise idle while doing that.</li>
otherwise idle while doing that.</li>
<li>When the size of the slides on the screen changes we mark the
bitmaps as needing an update but use them while the new bitmap in the
correct size is not available.</li>
......
......@@ -164,7 +164,7 @@ void Window::CalcMinZoom()
// Decide whether to take the larger or the smaller factor.
sal_uLong nFact = std::min(nX, nY);
// The factor is tansfomed according to the current zoom factor.
// The factor is transformed according to the current zoom factor.
nFact = nFact * nZoom / ZOOM_MULTIPLICATOR;
mnMinZoom = std::max((sal_uInt16) MIN_ZOOM, (sal_uInt16) nFact);
}
......
......@@ -663,7 +663,7 @@ void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& rElem )
{
/* indicators for a header:
* - single line paragrah at top of page ( inside 15% page height)
* - at least linheight above the next paragraph
* - at least lineheight above the next paragraph
*
* indicators for a footer likewise:
* - single line paragraph at bottom of page (inside 15% page height)
......@@ -1099,7 +1099,7 @@ void WriterXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::
elem.BottomMargin = 0;
elem.LeftMargin = elem.w;
elem.RightMargin = 0;
// first element should be a paragraphy
// first element should be a paragraph
ParagraphElement* pFirstPara = nullptr;
for( std::list< Element* >::const_iterator it = elem.Children.begin(); it != elem.Children.end(); ++it )
{
......
......@@ -73,7 +73,7 @@ public:
virtual void SAL_CALL disposing() override;
/** Typically called from setCurrentSlide() with the notes page that is
associeted with the slide given to setCurrentSlide().
associated with the slide given to setCurrentSlide().
Iterates over all text shapes on the given notes page and displays
the concatenated text of these.
......
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