Kaydet (Commit) 01c43770 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824
Reviewed-on: https://gerrit.libreoffice.org/49068Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 2c9904f3
......@@ -704,7 +704,7 @@ void SAL_CALL BaseControl::windowHidden( const EventObject& /*aEvent*/ )
WindowDescriptor* BaseControl::impl_getWindowDescriptor( const Reference< XWindowPeer >& xParentPeer )
{
// - used from "createPeer()" to set the values of an css::awt::WindowDescriptor !!!
// - if you will change the descriptor-values, you must override this virtuell function
// - if you will change the descriptor-values, you must override this virtual function
// - the caller must release the memory for this dynamical descriptor !!!
WindowDescriptor* pDescriptor = new WindowDescriptor;
......
......@@ -301,7 +301,7 @@ void SAL_CALL StatusIndicator::dispose ()
removeControl( xTextControl );
removeControl( m_xProgressBar.get() );
// do'nt use "...->clear ()" or "... = XFixedText ()"
// don't use "...->clear ()" or "... = XFixedText ()"
// when other hold a reference at this object !!!
xTextControl->dispose();
m_xProgressBar->dispose();
......@@ -356,8 +356,8 @@ const OUString StatusIndicator::impl_getStaticImplementationName()
WindowDescriptor* StatusIndicator::impl_getWindowDescriptor( const css::uno::Reference< XWindowPeer >& xParentPeer )
{
// - used from "createPeer()" to set the values of an css::awt::WindowDescriptor !!!
// - if you will change the descriptor-values, you must override this virtuell function
// - the caller must release the memory for this dynamical descriptor !!!
// - if you will change the descriptor-values, you must override this virtual function
// - the caller must release the memory for this dynamical descriptor!!!
WindowDescriptor* pDescriptor = new WindowDescriptor;
......@@ -374,8 +374,8 @@ WindowDescriptor* StatusIndicator::impl_getWindowDescriptor( const css::uno::Ref
void StatusIndicator::impl_paint ( sal_Int32 nX, sal_Int32 nY, const css::uno::Reference< XGraphics > & rGraphics )
{
// This paint method is not buffered !!
// Every request paint the completely control. ( but only, if peer exist )
// This paint method is not buffered!
// Every request paint the completely control. (But only, if peer exist)
if ( rGraphics.is () )
{
MutexGuard aGuard (m_aMutex);
......
......@@ -199,7 +199,7 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -74,7 +74,7 @@ class SAL_WARN_UNUSED SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -95,7 +95,7 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -63,7 +63,7 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options
/** return a reference to a static mutex
These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
\return A reference to a static mutex member.*/
......
......@@ -103,7 +103,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : public utl::detail:
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -221,7 +221,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -82,7 +82,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtDynamicMenuOptions : public utl::det
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -62,7 +62,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtExtendedSecurityOptions : public utl
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -195,7 +195,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtSecurityOptions : public utl::detail
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
All access methods aren't safe!
We create a static mutex only for one ime and use at different times.
@return A reference to a static mutex member.
*//*-*****************************************************************************************************/
......
......@@ -631,7 +631,7 @@ void SdTpOptionsMisc::UpdateCompatibilityControls()
Reference<frame::XModel> xModel (xEnumeration->nextElement(), UNO_QUERY);
if (xModel.is())
{
// There is at leas one model/document: Enable the compatibility controls.
// There is at least one model/document: Enable the compatibility controls.
bIsEnabled = true;
break;
}
......
......@@ -599,7 +599,7 @@ void PresenterWindowManager::LayoutStandardMode()
// For the current slide view calculate the outer height from the outer
// width. This takes into acount the slide aspect ratio and thus has to
// width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
PresenterPaneContainer::SharedPaneDescriptor pPane (
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL));
......@@ -622,7 +622,7 @@ void PresenterWindowManager::LayoutStandardMode()
}
// For the next slide view calculate the outer height from the outer
// width. This takes into acount the slide aspect ratio and thus has to
// width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != nullptr)
......@@ -685,7 +685,7 @@ void PresenterWindowManager::LayoutNotesMode()
}
// For the current slide view calculate the outer height from the outer
// width. This takes into acount the slide aspect ratio and thus has to
// width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL);
if (pPane.get() != nullptr)
......@@ -706,7 +706,7 @@ void PresenterWindowManager::LayoutNotesMode()
}
// For the next slide view calculate the outer height from the outer
// width. This takes into acount the slide aspect ratio and thus has to
// width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != nullptr)
......
......@@ -157,7 +157,7 @@ namespace drawinglayer
// Overlay helper class for a hatch rectangle as used e.g. for text object
// selection hilighting
// selection highlighting
namespace drawinglayer
{
namespace primitive2d
......
......@@ -562,9 +562,9 @@ PluginProgress::~PluginProgress()
void SAL_CALL PluginProgress::dispose()
{
// m_pPluginProgressWindow was deleted ...
// m_pPluginProgressWindow was deleted...
// So the internal pointer of this progress
// weill be dead!
// will be dead!
m_xProgress.clear();
}
......
......@@ -75,7 +75,7 @@ static void createTheme( const OUString& aThemeName, const OUString& aGalleryURL
pGallery = createGallery( aGalleryURL );
if (!pGallery ) {
fprintf( stderr, "Could't create '%s'\n",
fprintf( stderr, "Couldn't create '%s'\n",
OUStringToOString( aGalleryURL, RTL_TEXTENCODING_UTF8 ).getStr() );
exit( 1 );
}
......
......@@ -320,7 +320,7 @@ SdrHdl* SdrRectObj::GetHdl(sal_uInt32 nHdlNum) const
{
case 0:
{
OSL_ENSURE(!IsTextEditActive(), "Do not use a ImpTextframeHdl for hilighting text in active text edit, this will collide with EditEngine paints (!)");
OSL_ENSURE(!IsTextEditActive(), "Do not use a ImpTextframeHdl for highlighting text in active text edit, this will collide with EditEngine paints (!)");
// hack for calc grid sync to ensure the hatched area
// for a textbox is displayed at correct position
pH = new ImpTextframeHdl(maRect + GetGridOffset() );
......
......@@ -358,9 +358,9 @@ void SvxTextEditSourceImpl::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
// Once SdrHintKind::BeginEdit is broadcast, each EditSource of
// AccessibleCell will handle it here and call below:
// mpView->GetTextEditOutliner()->SetNotifyHdl(), which
// will replace the Notifer for current editable cell. It
// will replace the Notifier for current editable cell. It
// is totally wrong. So add check here to avoid the
// incorrect replacement of notifer.
// incorrect replacement of notifier.
// Currently it only happens on the editsource of
// AccessibleCell
......
......@@ -94,7 +94,7 @@ public:
};
// OS 12.01.95
// Item for settings dialog - printer/add ons
// Item for settings dialog - printer/add-ons
class SW_DLLPUBLIC SwAddPrinterItem : public SfxPoolItem, public SwPrintData
{
friend class SwAddPrinterTabPage;
......
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