Kaydet (Commit) 52fa2e97 authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
üst 2c9900be
...@@ -186,7 +186,7 @@ void ReferenceSizeProvider::getAutoResizeFromPropSet( ...@@ -186,7 +186,7 @@ void ReferenceSizeProvider::getAutoResizeFromPropSet(
} }
} }
// curent state unknown => nothing changes. Otherwise if current state // current state unknown => nothing changes. Otherwise if current state
// differs from state so far, we have an ambiguity // differs from state so far, we have an ambiguity
if( rInOutState == AUTO_RESIZE_UNKNOWN ) if( rInOutState == AUTO_RESIZE_UNKNOWN )
{ {
......
...@@ -313,7 +313,7 @@ public: ...@@ -313,7 +313,7 @@ public:
Only one sprite can be edited at one time */ Only one sprite can be edited at one time */
sal_uInt16 startSprite(); sal_uInt16 startSprite();
/** ends editing of the curent sprites and adds it to the movie stream */ /** ends editing of the current sprites and adds it to the movie stream */
void endSprite(); void endSprite();
/** inserts a doaction tag with an ActionStop */ /** inserts a doaction tag with an ActionStop */
......
...@@ -231,7 +231,7 @@ class CheckedIterator ...@@ -231,7 +231,7 @@ class CheckedIterator
private: private:
// These enum defines our four states for an iterator position in curent container. // This enum defines our four states for an iterator position in current container.
enum EEndState enum EEndState
{ {
E_UNKNOWN , E_UNKNOWN ,
......
...@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback) ...@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
css::uno::Reference< css::frame::XFramesSupplier > xDesktop( css::frame::Desktop::create(xContext), css::uno::UNO_QUERY_THROW); css::uno::Reference< css::frame::XFramesSupplier > xDesktop( css::frame::Desktop::create(xContext), css::uno::UNO_QUERY_THROW);
FrameListAnalyzer aCheck1(xDesktop, xCloseFrame, FrameListAnalyzer::E_HELP | FrameListAnalyzer::E_BACKINGCOMPONENT); FrameListAnalyzer aCheck1(xDesktop, xCloseFrame, FrameListAnalyzer::E_HELP | FrameListAnalyzer::E_BACKINGCOMPONENT);
// a) If the curent frame (where the close dispatch was requested for) does not have // a) If the current frame (where the close dispatch was requested for) does not have
// any parent frame ... it will close this frame only. Such frame isn't part of the // any parent frame ... it will close this frame only. Such frame isn't part of the
// global desktop tree ... and such frames are used as "implementation details" only. // global desktop tree ... and such frames are used as "implementation details" only.
// E.g. the live previews of our wizards doing such things. And then the owner of the frame // E.g. the live previews of our wizards doing such things. And then the owner of the frame
...@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback) ...@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
// b) The help window can't disagree with any request. // b) The help window can't disagree with any request.
// Because it doesn't implement a controller - it uses a window only. // Because it doesn't implement a controller - it uses a window only.
// Further t can't be the last open frame - if we do all other things // Further it can't be the last open frame - if we do all other things
// right inside this CloseDispatcher implementation. // right inside this CloseDispatcher implementation.
// => close it! // => close it!
else if (aCheck1.m_bReferenceIsHelp) else if (aCheck1.m_bReferenceIsHelp)
......
...@@ -77,7 +77,7 @@ protected: ...@@ -77,7 +77,7 @@ protected:
double m_dSpinFirst; double m_dSpinFirst;
double m_dSpinLast; double m_dSpinLast;
// There is a difference, when text formatting is enabled, if LostFocus fotmattes the curent String and display it, // There is a difference, when text formatting is enabled, if LostFocus formats the current String and displays it,
// or if a double is created from the String and then // or if a double is created from the String and then
bool m_bTreatAsNumber; bool m_bTreatAsNumber;
// And with the following members we can use it for formatted text output as well ... // And with the following members we can use it for formatted text output as well ...
......
...@@ -221,7 +221,7 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl() ...@@ -221,7 +221,7 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl()
void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) const SfxPoolItem* pState )
{ {
// Because the combi-controller, always sets the curent Id as HelpId // Because the combi-controller, always sets the current Id as HelpId
// first clean the cached HelpText // first clean the cached HelpText
GetStatusBar().SetHelpText( GetId(), "" ); GetStatusBar().SetHelpText( GetId(), "" );
......
...@@ -545,7 +545,7 @@ public: ...@@ -545,7 +545,7 @@ public:
void endParagraphGroup(); void endParagraphGroup();
/** /**
Handle an SPRM at curent handle. Handle an SPRM at current handle.
@param rSprm the SPRM @param rSprm the SPRM
*/ */
......
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