diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
commit | 2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch) | |
tree | 93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /vcl | |
parent | 09b4cbe977c755a447f97034189b85998f358d79 (diff) |
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
iff can mean "if and only if" so not a typo
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 | ||||
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 | ||||
-rw-r--r-- | vcl/source/filter/jpeg/transupp.c | 2 | ||||
-rw-r--r-- | vcl/unx/generic/app/i18n_status.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index ac45c64e4442..13f93cff3e5e 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -195,7 +195,7 @@ SvpSalGraphics::ClipUndoHandle::~ClipUndoHandle() m_rGfx.m_aDevice = m_aDevice; } -// setup a clip rectangle -only- if we have to; if aRange +// setup a clip rectangle -only- iff we have to; if aRange // is entirely contained inside an existing clip frame, we // will avoid setting up the clip bitmap. Similarly if the // range doesn't appear at all we return true to avoid diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index bb1ae149aebd..536e81b7d229 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -299,7 +299,7 @@ sal_uInt16 Application::Exception( sal_uInt16 nError ) void Application::Abort( const OUString& rErrorText ) { - //HACK: Dump core if --norestore command line argument is given (assuming + //HACK: Dump core iff --norestore command line argument is given (assuming // this process is run by developers who are interested in cores, vs. end // users who are not): bool dumpCore = false; diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c index fbc32a35677a..b6e289870a42 100644 --- a/vcl/source/filter/jpeg/transupp.c +++ b/vcl/source/filter/jpeg/transupp.c @@ -1593,7 +1593,7 @@ jcopy_markers_setup (j_decompress_ptr srcinfo, JCOPY_OPTION option) if (option != JCOPYOPT_NONE) { jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF); } - /* Save all types of APPn markers if ALL option */ + /* Save all types of APPn markers iff ALL option */ if (option == JCOPYOPT_ALL) { for (m = 0; m < 16; m++) jpeg_save_markers(srcinfo, JPEG_APP0 + m, 0xFFFF); diff --git a/vcl/unx/generic/app/i18n_status.cxx b/vcl/unx/generic/app/i18n_status.cxx index a26a8894d542..bb77762ad2d1 100644 --- a/vcl/unx/generic/app/i18n_status.cxx +++ b/vcl/unx/generic/app/i18n_status.cxx @@ -209,7 +209,7 @@ Point XIMStatusWindow::updatePosition() &aChild ); // TODO: Currently, place the status window to the (physical) left of - // the cursor if in vertical mode (assuming that the columns in + // the cursor iff in vertical mode (assuming that the columns in // vertical mode are always written from right to left, this causes the // status window to keep out of the text already written). This // heuristic would break if there is ever a vertical mode in which the |