Kaydet (Commit) 40825c43 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: excatly->exactly

Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644
üst 006a5d5b
...@@ -96,7 +96,7 @@ namespace com { namespace sun { namespace star { ...@@ -96,7 +96,7 @@ namespace com { namespace sun { namespace star {
/** /**
@param _rxAggregateInstance @param _rxAggregateInstance
is the object to be aggregated. Must be acquired excatly once (by the reference object given).<br/> is the object to be aggregated. Must be acquired exactly once (by the reference object given).<br/>
Will be reset to NULL upon leaving Will be reset to NULL upon leaving
*/ */
OGeometryControlModel_Base(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance); OGeometryControlModel_Base(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance);
......
...@@ -1130,7 +1130,7 @@ void ScDPOutput::Output() ...@@ -1130,7 +1130,7 @@ void ScDPOutput::Output()
if (nColCount == 1 && nRowCount > 0 && nColFieldCount == 0) if (nColCount == 1 && nRowCount > 0 && nColFieldCount == 0)
{ {
// the table contains excatly one data field and no column fields. // the table contains exactly one data field and no column fields.
// Display data description at top right corner. // Display data description at top right corner.
ScSetStringParam aParam; ScSetStringParam aParam;
aParam.setTextInput(); aParam.setTextInput();
......
...@@ -355,7 +355,7 @@ void FmFormObj::clonedFrom(const FmFormObj* _pSource) ...@@ -355,7 +355,7 @@ void FmFormObj::clonedFrom(const FmFormObj* _pSource)
ensureModelEnv(xSourceContainer, m_xEnvironmentHistory); ensureModelEnv(xSourceContainer, m_xEnvironmentHistory);
m_aEventsHistory = aEvts; m_aEventsHistory = aEvts;
// if we we're clone there was a call to operator=, so aEvts are excatly the events we need here ... // if we we're clone there was a call to operator=, so aEvts are exactly the events we need here ...
} }
......
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