diff options
-rw-r--r-- | chart2/source/tools/ReferenceSizeProvider.cxx | 2 | ||||
-rw-r--r-- | filter/source/flash/swfwriter.hxx | 2 | ||||
-rw-r--r-- | framework/inc/classes/checkediterator.hxx | 2 | ||||
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 4 | ||||
-rw-r--r-- | include/svtools/fmtfield.hxx | 2 | ||||
-rw-r--r-- | svx/source/stbctrls/pszctrl.cxx | 2 | ||||
-rw-r--r-- | writerfilter/source/dmapper/TableManager.hxx | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/tools/ReferenceSizeProvider.cxx b/chart2/source/tools/ReferenceSizeProvider.cxx index d612707f73dc..03b71adc35fd 100644 --- a/chart2/source/tools/ReferenceSizeProvider.cxx +++ b/chart2/source/tools/ReferenceSizeProvider.cxx @@ -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 if( rInOutState == AUTO_RESIZE_UNKNOWN ) { diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx index efa22470216b..218459b00f6e 100644 --- a/filter/source/flash/swfwriter.hxx +++ b/filter/source/flash/swfwriter.hxx @@ -313,7 +313,7 @@ public: Only one sprite can be edited at one time */ 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(); /** inserts a doaction tag with an ActionStop */ diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx index 009a1b8d4c37..727624e4d26f 100644 --- a/framework/inc/classes/checkediterator.hxx +++ b/framework/inc/classes/checkediterator.hxx @@ -231,7 +231,7 @@ class CheckedIterator 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 { E_UNKNOWN , diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index 90540f23612c..5eb206b0cab7 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -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); 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 // 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 @@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback) // b) The help window can't disagree with any request. // 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. // => close it! else if (aCheck1.m_bReferenceIsHelp) diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx index 7400618d1a44..efce83a940c0 100644 --- a/include/svtools/fmtfield.hxx +++ b/include/svtools/fmtfield.hxx @@ -77,7 +77,7 @@ protected: double m_dSpinFirst; 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 bool m_bTreatAsNumber; // And with the following members we can use it for formatted text output as well ... diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index ddb1f0998947..cde8ef5a3c10 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -221,7 +221,7 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl() void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, 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 GetStatusBar().SetHelpText( GetId(), "" ); diff --git a/writerfilter/source/dmapper/TableManager.hxx b/writerfilter/source/dmapper/TableManager.hxx index 9f120eccefdf..526c1955bad6 100644 --- a/writerfilter/source/dmapper/TableManager.hxx +++ b/writerfilter/source/dmapper/TableManager.hxx @@ -545,7 +545,7 @@ public: void endParagraphGroup(); /** - Handle an SPRM at curent handle. + Handle an SPRM at current handle. @param rSprm the SPRM */ |