Kaydet (Commit) a0649f31 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Oliver Specht

Fix typos

Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f
Reviewed-on: https://gerrit.libreoffice.org/18950Reviewed-by: 's avatarOliver Specht <oliver.specht@cib.de>
Tested-by: 's avatarOliver Specht <oliver.specht@cib.de>
üst 33d165a9
...@@ -123,7 +123,7 @@ class CFileOpenDialog ...@@ -123,7 +123,7 @@ class CFileOpenDialog
{ {
public: public:
// ctor // ctor
// bFileOpenDialog idicates if we want a FileOpen or FileSave // bFileOpenDialog indicates if we want a FileOpen or FileSave
// dialog // dialog
// dwFlags see OPENFILENAME // dwFlags see OPENFILENAME
// dwTemplateId - an ID for custom templates // dwTemplateId - an ID for custom templates
......
...@@ -1042,7 +1042,7 @@ void VistaFilePickerImpl::impl_sta_SetControlValue(const RequestRef& rRequest) ...@@ -1042,7 +1042,7 @@ void VistaFilePickerImpl::impl_sta_SetControlValue(const RequestRef& rRequest)
::sal_Int16 nAction = rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION); ::sal_Int16 nAction = rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION);
css::uno::Any aValue = rRequest->getArgumentOrDefault(PROP_CONTROL_VALUE , css::uno::Any() ); css::uno::Any aValue = rRequest->getArgumentOrDefault(PROP_CONTROL_VALUE , css::uno::Any() );
// dont check for right values here ... // don't check for right values here ...
// most parameters are optional ! // most parameters are optional !
TFileDialogCustomize iCustom = impl_getCustomizeInterface(); TFileDialogCustomize iCustom = impl_getCustomizeInterface();
...@@ -1115,7 +1115,7 @@ void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest) ...@@ -1115,7 +1115,7 @@ void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest)
{ {
::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID ); ::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID );
// dont check for right values here ... // don't check for right values here ...
// most parameters are optional ! // most parameters are optional !
TFileDialogCustomize iCustom = impl_getCustomizeInterface(); TFileDialogCustomize iCustom = impl_getCustomizeInterface();
...@@ -1151,7 +1151,7 @@ void VistaFilePickerImpl::impl_sta_SetControlLabel(const RequestRef& rRequest) ...@@ -1151,7 +1151,7 @@ void VistaFilePickerImpl::impl_sta_SetControlLabel(const RequestRef& rRequest)
::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID ); ::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID );
OUString sLabel = rRequest->getArgumentOrDefault(PROP_CONTROL_LABEL, OUString() ); OUString sLabel = rRequest->getArgumentOrDefault(PROP_CONTROL_LABEL, OUString() );
// dont check for right values here ... // don't check for right values here ...
// most parameters are optional ! // most parameters are optional !
TFileDialogCustomize iCustom = impl_getCustomizeInterface(); TFileDialogCustomize iCustom = impl_getCustomizeInterface();
...@@ -1171,7 +1171,7 @@ void VistaFilePickerImpl::impl_sta_EnableControl(const RequestRef& rRequest) ...@@ -1171,7 +1171,7 @@ void VistaFilePickerImpl::impl_sta_EnableControl(const RequestRef& rRequest)
::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID ); ::sal_Int16 nId = rRequest->getArgumentOrDefault(PROP_CONTROL_ID , INVALID_CONTROL_ID );
sal_Bool bEnabled = rRequest->getArgumentOrDefault(PROP_CONTROL_ENABLE, (sal_Bool)sal_True); sal_Bool bEnabled = rRequest->getArgumentOrDefault(PROP_CONTROL_ENABLE, (sal_Bool)sal_True);
// dont check for right values here ... // don't check for right values here ...
// most parameters are optional ! // most parameters are optional !
TFileDialogCustomize iCustom = impl_getCustomizeInterface(); TFileDialogCustomize iCustom = impl_getCustomizeInterface();
......
...@@ -566,7 +566,7 @@ LRESULT CALLBACK CWinFileOpenImpl::SubClassFunc( ...@@ -566,7 +566,7 @@ LRESULT CALLBACK CWinFileOpenImpl::SubClassFunc(
void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd) void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd)
{ {
// set the labels for all extendet controls // set the labels for all extended controls
sal_Int16 aCtrlId = sal::static_int_cast< sal_Int16 >(GetDlgCtrlID(hWnd)); sal_Int16 aCtrlId = sal::static_int_cast< sal_Int16 >(GetDlgCtrlID(hWnd));
......
...@@ -152,7 +152,7 @@ void SAL_CALL CAsyncEventNotifier::shutdown() ...@@ -152,7 +152,7 @@ void SAL_CALL CAsyncEventNotifier::shutdown()
SetEvent(m_ResumeNotifying); SetEvent(m_ResumeNotifying);
SetEvent(m_NotifyEvent); SetEvent(m_NotifyEvent);
// releas the mutex here because the event // release the mutex here because the event
// notifier thread may need it to finish // notifier thread may need it to finish
aGuard.clear(); aGuard.clear();
......
...@@ -156,8 +156,8 @@ namespace /* private */ ...@@ -156,8 +156,8 @@ namespace /* private */
} }
// exceutes GetOpenFileName/GetSaveFileName in // executes GetOpenFileName/GetSaveFileName in
// a separat thread // a separate thread
bool ThreadExecGetFileName(LPOPENFILENAME lpofn, bool bOpen, /*out*/ int& ExtErr) bool ThreadExecGetFileName(LPOPENFILENAME lpofn, bool bOpen, /*out*/ int& ExtErr)
......
...@@ -91,7 +91,7 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet ...@@ -91,7 +91,7 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet
/** set a new owner for this helper. /** set a new owner for this helper.
* *
* This owner is used as source for all broadcasted events. * This owner is used as source for all broadcasted events.
* Further we hold it weak, because we dont wish to be disposed() .-) * Further we hold it weak, because we don't wish to be disposed() .-)
*/ */
void impl_setPropertyChangeBroadcaster(const css::uno::Reference< css::uno::XInterface >& xBroadcaster); void impl_setPropertyChangeBroadcaster(const css::uno::Reference< css::uno::XInterface >& xBroadcaster);
......
...@@ -161,9 +161,9 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< ...@@ -161,9 +161,9 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
/** @short a callback for asynchronous started operations. /** @short a callback for asynchronous started operations.
@descr As already mentione, we make internally all operations @descr As already mentioned, we make internally all operations
asynchronous. Otherwise our callis kill its own environment asynchronous. Otherwise our callis kill its own environment
during they call us ... during they call us...
*/ */
DECL_LINK_TYPED( impl_asyncCallback, LinkParamNone*, void ); DECL_LINK_TYPED( impl_asyncCallback, LinkParamNone*, void );
......
...@@ -255,8 +255,8 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< ...@@ -255,8 +255,8 @@ class InterceptionHelper : public ::cppu::WeakImplHelper<
/** @short Is called from our owner frame, in case he will be disposed. /** @short Is called from our owner frame, in case he will be disposed.
@descr We have to relaease all references to him then. @descr We have to release all references to him then.
Normally we will die by ref count too ... Normally we will die by ref count too...
*/ */
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent) virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE; throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
......
...@@ -61,7 +61,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica ...@@ -61,7 +61,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica
/** @short weak reference to our factory /** @short weak reference to our factory
@descr All our interface calls will be forwarded @descr All our interface calls will be forwarded
to a suitable c++ interface on this factory. to a suitable c++ interface on this factory.
But we dont hold our factory alive. They But we don't hold our factory alive. They
correspond with e.g. with a Frame service and correspond with e.g. with a Frame service and
will be owned by him. If the frame will be closed will be owned by him. If the frame will be closed
he close our factory too ... he close our factory too ...
......
...@@ -429,7 +429,7 @@ class Desktop : private cppu::BaseMutex, ...@@ -429,7 +429,7 @@ class Desktop : private cppu::BaseMutex,
/** special terminate listener which loads images asynchronous for current open documents. /** special terminate listener which loads images asynchronous for current open documents.
* Because internally it uses blocking system APIs ... it can't be guaranteed that * Because internally it uses blocking system APIs ... it can't be guaranteed that
* running jobs can be cancelled successfully if the corressponding document will be closed ... * running jobs can be cancelled successfully if the corressponding document will be closed ...
* it will not hinder those documents on closing. Instead it let all jobs running ... * it will not hinder those documents on closing. Instead it let all jobs running...
* but at least on terminate we have to wait for all those blocked requests. * but at least on terminate we have to wait for all those blocked requests.
* So these implementation must be a special terminate listener too .-( * So these implementation must be a special terminate listener too .-(
*/ */
...@@ -437,13 +437,13 @@ class Desktop : private cppu::BaseMutex, ...@@ -437,13 +437,13 @@ class Desktop : private cppu::BaseMutex,
/** special terminate listener shuting down the SfxApplication. /** special terminate listener shuting down the SfxApplication.
* Because these desktop instance closes documents and informs listener * Because these desktop instance closes documents and informs listener
* only ... it does not really shutdown the whole application. * only... it does not really shutdown the whole application.
* *
* Btw: That wouldnt be possible by design ... because Desktop.terminate() * Btw: that wouldn't be possible by design... because Desktop.terminate()
* has to return a boolean value about success ... it can't really shutdown the * has to return a boolean value about success... it can't really shutdown the
* process .-) * process .-)
* *
* So we uses a trick: A special listener (exactly these one here) listen for notifyTermination() * So we uses a trick: a special listener (exactly these one here) listen for notifyTermination()
* and shutdown the process asynchronous. But desktop has to make this special * and shutdown the process asynchronous. But desktop has to make this special
* notification as really last one ... Otherwise it can happen that asynchronous * notification as really last one ... Otherwise it can happen that asynchronous
* shutdown will be faster then all other code around Desktop.terminate() .-)) * shutdown will be faster then all other code around Desktop.terminate() .-))
......
...@@ -122,10 +122,10 @@ class Gate : private boost::noncopyable ...@@ -122,10 +122,10 @@ class Gate : private boost::noncopyable
if( m_bClosed ) if( m_bClosed )
{ {
// Then we must release used access lock - // Then we must release used access lock -
// because next call will block ... // because next call will block...
// and if we hold the access lock nobody else can use this object without a dadlock! // and if we hold the access lock nobody else can use this object without a deadlock!
aLock.clear(); aLock.clear();
// Wait for opening gate ... // Wait for opening gate...
bSuccessful = ( m_aPassage.wait( pTimeOut ) == ::osl::Condition::result_ok ); bSuccessful = ( m_aPassage.wait( pTimeOut ) == ::osl::Condition::result_ok );
} }
......
...@@ -27,7 +27,7 @@ namespace framework{ ...@@ -27,7 +27,7 @@ namespace framework{
/*-************************************************************************************************************ /*-************************************************************************************************************
@short implement a guard to support non breakable transactions @short implement a guard to support non breakable transactions
@descr If you wish to support non breakable method calls without lockingf any mutex, rw-lock or @descr If you wish to support non breakable method calls without locking any mutex, rw-lock or
something like that - you should use this guard implementation. something like that - you should use this guard implementation.
Initialize it at first in your method and don't release it till end of your function! Initialize it at first in your method and don't release it till end of your function!
Your "transaction" is registered in ctor and automatically released in dtor. Your "transaction" is registered in ctor and automatically released in dtor.
......
...@@ -66,7 +66,7 @@ enum ERejectReason ...@@ -66,7 +66,7 @@ enum ERejectReason
/*-************************************************************************************************************ /*-************************************************************************************************************
@descr A transaction object should support throwing exceptions if user used it at wrong working mode. @descr A transaction object should support throwing exceptions if user used it at wrong working mode.
e.g. We can throw a DisposedException if user try to work and our mode is E_CLOSE! e.g. We can throw a DisposedException if user try to work and our mode is E_CLOSE!
But sometimes he dont need this feature - will handle it by himself. But sometimes he doesn't need this feature - will handle it by himself.
Then we must differ between some exception-modi: Then we must differ between some exception-modi:
E_HARDEXCEPTIONS We throw exceptions for all working modes different from E_WORK! E_HARDEXCEPTIONS We throw exceptions for all working modes different from E_WORK!
E_SOFTEXCEPTIONS We throw exceptions for all working modes different from E_WORK AND E_INCLOSE! E_SOFTEXCEPTIONS We throw exceptions for all working modes different from E_WORK AND E_INCLOSE!
......
...@@ -48,7 +48,7 @@ class AcceleratorConfigurationWriter ...@@ -48,7 +48,7 @@ class AcceleratorConfigurationWriter
/** @short is used to map key codes to its /** @short is used to map key codes to its
string representation. string representation.
@descr To perform this operatio is @descr To perform this operation is
created only one times and holded created only one times and holded
alive forever ...*/ alive forever ...*/
::salhelper::SingletonRef< KeyMapping > m_rKeyMapping; ::salhelper::SingletonRef< KeyMapping > m_rKeyMapping;
......
...@@ -39,9 +39,9 @@ import com.sun.star.task.XJob; ...@@ -39,9 +39,9 @@ import com.sun.star.task.XJob;
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
/** /**
* This test executes the API tests internally in StarOffice. Prerequiste is * This test executes the API tests internally in LibreOffice. Prerequiste is
* that a OOoRunner.jar is registered inseide of StarOffice. Adjust the joblist * that a OOoRunner.jar is registered inside of LibreOffice. Adjust the joblist
* inside of the ChekAPI.props to determine which tests will be executed. * inside of the CheckAPI.props to determine which tests will be executed.
*/ */
public class CheckAPI { public class CheckAPI {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment