diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 08:41:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 09:26:00 +0200 |
commit | 889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (patch) | |
tree | f98ed6e8215a39287248189841411e0edb0439c3 /framework/inc/services/logindialog.hxx | |
parent | 291dcae246de9e32d9ca5926be463ad910c5bd1e (diff) |
Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
Diffstat (limited to 'framework/inc/services/logindialog.hxx')
-rw-r--r-- | framework/inc/services/logindialog.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
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 - |