summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli_ure/source/scripts/increment_version.pl2
-rw-r--r--dbaccess/source/ui/dlg/detailpages.hxx2
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--svx/source/form/fmshimp.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/scripts/increment_version.pl b/cli_ure/source/scripts/increment_version.pl
index 97284a4a2972..dba21aa6ab39 100644
--- a/cli_ure/source/scripts/increment_version.pl
+++ b/cli_ure/source/scripts/increment_version.pl
@@ -33,7 +33,7 @@ my $usage =
"the last product upate. This information is obtained from the file which is passed as ".
"argument changedTypes. The names in the version file must have a particular form. ".
"They must end on one of folling terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n".
-"If no new published types habe been added then no output, argument newVersions, is written".
+"If no new published types have been added then no output, argument newVersions, is written".
"Usage is: \n increment_version.pl oldVersions incVersions newVersions changedTypes\n\n".
"oldVersion: Contains name value pairs, which are used for forming the config files of ".
"the policy assemblies, for building the assemblies. \n\n".
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx
index bf74cd6a03a4..1e13a6f1300a 100644
--- a/dbaccess/source/ui/dlg/detailpages.hxx
+++ b/dbaccess/source/ui/dlg/detailpages.hxx
@@ -43,7 +43,7 @@ namespace dbaui
/** eases the implementation of tab pages handling user/password and/or character
set and/or generic options input
<BR>
- The controls to be used habe to be defined within the resource, as usual, but
+ The controls to be used have to be defined within the resource, as usual, but
this class does all the handling necessary.
*/
class OCommonBehaviourTabPage : public OGenericAdministrationPage
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index 412589038d73..344041e19327 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2221,7 +2221,7 @@ void OS2METReader::ReadImageData(sal_uInt16 nDataID, sal_uInt16 nDataLen)
}
}
// OK, now the map data is being pushed. Unfortunatly OS2 and BMP
- // do habe a different RGB ordering when using 24-bit
+ // do have a different RGB ordering when using 24-bit
boost::scoped_array<sal_uInt8> pBuf(new sal_uInt8[nDataLen]);
pOS2MET->Read(pBuf.get(),nDataLen);
if (p->nBitsPerPixel==24) {
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index ad776545ff9b..967628e42b6f 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -937,7 +937,7 @@ void FmXFormShell::disposing()
aGuard.clear();
DBG_ASSERT(!m_nInvalidationEvent, "FmXFormShell::~FmXFormShell : still have an invalidation event !");
- // should habe been deleted while being disposed
+ // should have been deleted while being disposed
m_aMarkTimer.Stop();
}