From c1a7e72110e48fa5d7ca38af2d36505b647a11e4 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 10 Oct 2014 14:11:21 +0200 Subject: typo: follwing -> following Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6 --- filter/source/msfilter/msdffimp.cxx | 2 +- filter/source/xslt/export/wordml/ooo2wordml_draw.xsl | 2 +- sc/source/ui/navipi/navipi.cxx | 2 +- solenv/bin/modules/installer/windows/file.pm | 2 +- vcl/inc/osx/salframe.h | 2 +- xmloff/inc/MultiPropertySetHelper.hxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 26db18f9b0f1..96b5554ff09b 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -3545,7 +3545,7 @@ void SvxMSDffManager::ReadObjText( SvStream& rStream, SdrObject* pObj ) } // sj: I just want to set a string for a text object that may contain multiple -// paragraphs. If I now take a look at the follwing code I get the impression that +// paragraphs. If I now take a look at the following code I get the impression that // our outliner is too complicate to be used properly, void SvxMSDffManager::ReadObjText( const OUString& rText, SdrObject* pObj ) { diff --git a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl index f1d17b9ca29f..160e76982f46 100644 --- a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl +++ b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl @@ -320,7 +320,7 @@ - + diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index 6dde76ce8077..1f5c137ea6f8 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -527,7 +527,7 @@ ScNavigatorDialogWrapper::ScNavigatorDialogWrapper( { case NAV_LMODE_SCENARIOS: nCmdId = IID_SCENARIOS; break; case NAV_LMODE_AREAS: nCmdId = IID_AREAS; break; -// The follwing case can never be reach due to how eNavMode is set-up +// The following case can never be reach due to how eNavMode is set-up // case NAV_LMODE_DOCS: nCmdId = IID_DOCS; break; // case NAV_LMODE_DBAREAS: nCmdId = IID_DBAREAS; break; default: nCmdId = 0; diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm index ce345927d999..457b31ac0d71 100644 --- a/solenv/bin/modules/installer/windows/file.pm +++ b/solenv/bin/modules/installer/windows/file.pm @@ -621,7 +621,7 @@ sub get_sequence_for_file # my $sequence = $number + 1; # Idea: Each component is packed into a cab file. - # This requires that all files in one cab file have sequences directly follwing each other, + # This requires that all files in one cab file have sequences directly following each other, # for instance from 1456 to 1466. Then in the media table the LastSequence for this cab file # is 1466. # Because all files belonging to one component are directly behind each other in the file diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index 905b089aedc3..82bd117284ce 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -180,7 +180,7 @@ public: void getResolution( sal_Int32& o_rDPIX, sal_Int32& o_rDPIY ); - // actually the follwing methods do the same thing: flipping y coordinates + // actually the following methods do the same thing: flipping y coordinates // but having two of them makes clearer what the coordinate system // is supposed to be before and after void VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen = true ); diff --git a/xmloff/inc/MultiPropertySetHelper.hxx b/xmloff/inc/MultiPropertySetHelper.hxx index c467bba85097..8467c16e6b6f 100644 --- a/xmloff/inc/MultiPropertySetHelper.hxx +++ b/xmloff/inc/MultiPropertySetHelper.hxx @@ -32,7 +32,7 @@ namespace com { namespace sun { namespace star { /** - * The MultiPropertySetHelper performs the follwing functions: + * The MultiPropertySetHelper performs the following functions: * * Given a list of property names (as sal_Char** or OUString*), it can * query an XMultiPropertySet (or XPropertySet) which of these properties -- cgit