diff options
-rw-r--r-- | connectivity/source/inc/mysql/YTable.hxx | 2 | ||||
-rw-r--r-- | include/vcl/gdimetafiletools.hxx | 2 | ||||
-rw-r--r-- | setup_native/scripts/mac_install.script | 2 | ||||
-rw-r--r-- | sw/source/core/layout/calcmove.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx index ce3a71a4a971..21e07d66515c 100644 --- a/connectivity/source/inc/mysql/YTable.hxx +++ b/connectivity/source/inc/mysql/YTable.hxx @@ -36,7 +36,7 @@ namespace connectivity { sal_Int32 m_nPrivileges; // we have to set our privileges by our own - /** executes the statmenmt. + /** executes the statement. @param _rStatement The statement to execute. */ diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx index 300d183e9fdc..2ae2c1dcdb45 100644 --- a/include/vcl/gdimetafiletools.hxx +++ b/include/vcl/gdimetafiletools.hxx @@ -28,7 +28,7 @@ // The given metafile will internally clip it's graphic content against the // included clip regions so that it is safe to ignore clip actions there. This // is not done completely, but implemented and extended as needed (on demand) -// since all this is a workarund; the better and long term solution will be to +// since all this is a workaround; the better and long term solution will be to // reimplement these im/exports to use primitives and not metafiles as base // information. diff --git a/setup_native/scripts/mac_install.script b/setup_native/scripts/mac_install.script index 3209e9d9f9f7..57609636e2c0 100644 --- a/setup_native/scripts/mac_install.script +++ b/setup_native/scripts/mac_install.script @@ -17,7 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -# shell script as a workaraound since it is hard to impossible to store compiled +# shell script as a workaround since it is hard to impossible to store compiled # applescript in CVS and running osacompile would require a GUI session while # building (or root privileges) # using osascript only works when the shell script is camouflaged as application diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx index 735103ee14de..4062c55ea1f6 100644 --- a/sw/source/core/layout/calcmove.cxx +++ b/sw/source/core/layout/calcmove.cxx @@ -282,7 +282,7 @@ void SwFrame::PrepareMake(vcl::RenderContext* pRenderContext) } } - // There is noo format of previous frame, if current frame is a table + // There is no format of previous frame, if current frame is a table // frame and its previous frame wants to keep with it. const bool bFormatPrev = !bTab || !GetPrev() || |