summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-30 08:41:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-30 09:26:00 +0200
commit889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (patch)
treef98ed6e8215a39287248189841411e0edb0439c3 /framework
parent291dcae246de9e32d9ca5926be463ad910c5bd1e (diff)
Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx2
-rw-r--r--framework/inc/jobs/job.hxx4
-rw-r--r--framework/inc/services/logindialog.hxx18
-rw-r--r--framework/inc/services/pathsettings.hxx2
-rw-r--r--framework/source/classes/framecontainer.cxx2
-rw-r--r--framework/source/classes/taskcreator.cxx2
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/jobs/job.cxx8
-rw-r--r--framework/source/jobs/jobdata.cxx2
-rw-r--r--framework/source/jobs/jobdispatch.cxx4
-rw-r--r--framework/source/jobs/jobresult.cxx2
-rw-r--r--framework/source/services/backingcomp.cxx4
-rw-r--r--framework/source/unotypes/fwl.xml2
13 files changed, 27 insertions, 27 deletions
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index 8d22bff48573..43f32cedddb8 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -215,7 +215,7 @@ class MenuDispatcher : // interfaces
/*-****************************************************************************************************//**
@short dispose current instance
- @descr If service helper isn't required any longer call this method to release all used ressources.
+ @descr If service helper isn't required any longer call this method to release all used resources.
@seealso -
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 217ad0d9d96c..6d55a7ca9235 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -119,7 +119,7 @@ class Job : public css::lang::XTypeProvider
/**
For some special cases we must know the environment, in which
this job runs. Means the frame inside which we may was triggered.
- We use it too, to listen for closing events of this ressource.
+ We use it too, to listen for closing events of this resource.
Please note: If m_xFrame is set - m_xModel should be NULL.
Only one environment can be supported realy.
@@ -129,7 +129,7 @@ class Job : public css::lang::XTypeProvider
/**
For some special cases we must know the environment, in which
this job runs. Means the document inside which we may was triggered.
- We use it too, to listen for closing events of this ressource.
+ We use it too, to listen for closing events of this resource.
Please note: If m_xModel is set - m_xFrame should be NULL.
Only one environment can be supported realy.
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index 115ca13eedcc..39919ff61274 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -226,13 +226,13 @@ class cIMPL_Dialog : public ModalDialog
/*-****************************************************************************************************//**
@short default ctor
- @descr This ctor initialize the dialog, load ressources but not set values on edits or check boxes!
+ @descr This ctor initialize the dialog, load resources but not set values on edits or check boxes!
These is implemented by setValues() on the same class.
- You must give us a language identifier to describe which ressource should be used!
+ You must give us a language identifier to describe which resource should be used!
@seealso method setValues()
- @param "aLanguage" , identifier to describe ressource language
+ @param "aLanguage" , identifier to describe resource language
@param "pParent" , parent window handle for dialog! If is it NULL -> no parent exist ...
@return -
@@ -243,7 +243,7 @@ class cIMPL_Dialog : public ModalDialog
/*-****************************************************************************************************//**
@short default dtor
- @descr This dtor deinitialize the dialog and free all used ressources.
+ @descr This dtor deinitialize the dialog and free all used resources.
But you can't get the values of the dialog. Use getValues() to do this.
@seealso method getValues()
@@ -314,16 +314,16 @@ class cIMPL_Dialog : public ModalDialog
void getProxyHostPort( const ::rtl::OUString& aProxyHostPort, ::rtl::OUString& aHost, ::rtl::OUString& aPort );
/*-****************************************************************************************************//**
- @short get a ressource for given id from right ressource file
- @descr This dialog need his own ressource. We can't use the global ressource manager!
+ @short get a resource for given id from right resource file
+ @descr This dialog need his own resource. We can't use the global resource manager!
We must use our own.
- You must give us the ressource language. If no right ressource could be found -
+ You must give us the resource language. If no right resource could be found -
any existing one is used automaticly!
@seealso method setValues()
- @param "nId" ; id to convert it in right ressource id
- @param "aLanguage" ; type of ressource language
+ @param "nId" ; id to convert it in right resource id
+ @param "aLanguage" ; type of resource language
@return -
@onerror -
diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx
index 660a24b4b45b..36198adf2dad 100644
--- a/framework/inc/services/pathsettings.hxx
+++ b/framework/inc/services/pathsettings.hxx
@@ -176,7 +176,7 @@ class PathSettings : public css::lang::XTypeProvider ,
during this ctor runs! */
PathSettings(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
- /** free all used ressources ... if it was not already done. */
+ /** free all used resources ... if it was not already done. */
virtual ~PathSettings();
/** declaration of XInterface, XTypeProvider, XServiceInfo */
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 6c2bbdd8eba5..cf33f935d5f9 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -84,7 +84,7 @@ FrameContainer::FrameContainer()
/**-***************************************************************************************************************
@short deinitialize may a filled container
- @descr Special features (if the currently are running) will be dsiabled and we free all used other ressources.
+ @descr Special features (if the currently are running) will be dsiabled and we free all used other resources.
@threadsafe not neccessary - its not a singleton
@modified 01.07.2002 14:43,as96863
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index 644ab5416c44..4d7a35bd7ac3 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -88,7 +88,7 @@ TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFac
/*-****************************************************************************************************//**
@short deinitialize instance
- @descr We should release all used ressource which are not needed any longer.
+ @descr We should release all used resource which are not needed any longer.
@modified 16.05.2002 09:33, as96863
*//*-*****************************************************************************************************/
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index ee00c47b0c12..cc7fe62705ec 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -260,7 +260,7 @@ void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL&
@return <TRUE/> if dispatch could be started successfully
Note: Our internal used shell executor doesn't return any state value - so we must
belive that call was successfully.
- <FALSE/> if neccessary ressource couldn't be created or an exception was thrown.
+ <FALSE/> if neccessary resource couldn't be created or an exception was thrown.
@modified 30.04.2002 14:49, as96863
*/
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 5b61cd3f5c99..46e84ab32f11 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -555,7 +555,7 @@ void Job::impl_reactForJobResult( /*IN*/ const css::uno::Any& aResult )
connection.
Further we are listener for closing of the (possible valid)
- given frame. We must be shure, that this ressource won't be gone
+ given frame. We must be shure, that this resource won't be gone
if our internal job is still running.
*/
void Job::impl_startListening()
@@ -795,7 +795,7 @@ void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) thro
void SAL_CALL Job::notifyTermination( /*IN*/ const css::lang::EventObject& ) throw(css::uno::RuntimeException)
{
die();
- // Do nothing else here. Our internal ressources was released ...
+ // Do nothing else here. Our internal resources was released ...
}
//________________________________
@@ -895,7 +895,7 @@ void SAL_CALL Job::queryClosing( const css::lang::EventObject& aEvent ,
void SAL_CALL Job::notifyClosing( const css::lang::EventObject& ) throw(css::uno::RuntimeException)
{
die();
- // Do nothing else here. Our internal ressources was released ...
+ // Do nothing else here. Our internal resources was released ...
}
//________________________________
@@ -934,7 +934,7 @@ void SAL_CALL Job::disposing( const css::lang::EventObject& aEvent ) throw(css::
/* } SAFE */
die();
- // Do nothing else here. Our internal ressources was released ...
+ // Do nothing else here. Our internal resources was released ...
}
} // namespace framework
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index a6cf7c45c746..f2b990ac8ae0 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -152,7 +152,7 @@ void JobData::operator=( const JobData& rCopy )
/**
@short let this instance die
@descr There is no chance any longer to work. We have to
- release all used ressources and free used memory.
+ release all used resources and free used memory.
*/
JobData::~JobData()
{
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 8f411435a107..d18ae515fc57 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -117,11 +117,11 @@ JobDispatch::JobDispatch( /*IN*/ const css::uno::Reference< css::lang::XMultiSer
//________________________________
/**
@short let this instance die
- @descr We have to release all used ressources and free used memory.
+ @descr We have to release all used resources and free used memory.
*/
JobDispatch::~JobDispatch()
{
- // release all used ressources
+ // release all used resources
m_xSMGR = css::uno::Reference< css::lang::XMultiServiceFactory >();
m_xFrame = css::uno::Reference< css::frame::XFrame >();
}
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index b78a82ba468e..e97825be7f2c 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -172,7 +172,7 @@ JobResult::JobResult( const JobResult& rCopy )
//________________________________
/**
@short standard dtor
- @descr Free all internaly used ressources at the end of living.
+ @descr Free all internaly used resources at the end of living.
*/
JobResult::~JobResult()
{
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx
index 451af43a8640..ff10901c7752 100644
--- a/framework/source/services/backingcomp.cxx
+++ b/framework/source/services/backingcomp.cxx
@@ -667,7 +667,7 @@ void SAL_CALL BackingComp::disposing( /*IN*/ const css::lang::EventObject& aEven
/** kill this instance.
It can be called from our owner frame only. But there is no possibility to check the calli.
- We have to release all our internal used ressources and die. From this point we can throw
+ We have to release all our internal used resources and die. From this point we can throw
DisposedExceptions for every further interface request ... but current implementation doesn`t do so ...
*/
@@ -782,7 +782,7 @@ void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference
currently not used
@throw com::sun::star::uno::RuntimeException
- if some ressources are missing
+ if some resources are missing
Means if may be attachedFrame() wasn't called before.
*/
diff --git a/framework/source/unotypes/fwl.xml b/framework/source/unotypes/fwl.xml
index a9693de6854d..823d520b0d75 100644
--- a/framework/source/unotypes/fwl.xml
+++ b/framework/source/unotypes/fwl.xml
@@ -9,7 +9,7 @@
<author> Andreas Schluens </author>
<name> com.sun.star.comp.framework.TypeDetection </name>
<description>
- Supports a type detection of a specified ressource (document).
+ Supports a type detection of a specified resource (document).
</description>
<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
<language> c++ </language>