Kaydet (Commit) 8d2f282a authored tarafından Christian Lohmaier's avatar Christian Lohmaier

typo: emtpy → empty

Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717
üst 39979c8f
......@@ -95,7 +95,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper< css::container::X
sal_False = other way
@onerror sal_False<BR>
(List is emtpy and there no accessible elements ...)
(List is empty and there no accessible elements ...)
*//*-*****************************************************************************************************/
virtual sal_Bool SAL_CALL hasMoreElements() throw( css::uno::RuntimeException, std::exception ) override;
......
......@@ -44,7 +44,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess;
* FilePicker dialog. </li>
* <li> <code>'XFilePickerControlAccess.ControlValue'</code> (of type
* <code>Object</code>) <b>optional</b> (but mostly desirable
* since the control has emtpy initial value):
* since the control has empty initial value):
* the value which can set for the control . </li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
......
......@@ -1630,7 +1630,7 @@ void Test::testMatrix()
CPPUNIT_ASSERT_MESSAGE("incorrect OR result", pMat->Or());
CPPUNIT_ASSERT_MESSAGE("incorrect AND result", pMat->And());
// Now test the emtpy matrix type.
// Now test the empty matrix type.
pMat = new ScFullMatrix(10, 20);
pMat->GetDimensions(nC, nR);
CPPUNIT_ASSERT_MESSAGE("matrix size is not as expected", nC == 10 && nR == 20);
......
......@@ -45,7 +45,7 @@ ChildrenManager::~ChildrenManager()
{
mpImpl->dispose();
// emtpy
// empty
OSL_TRACE ("~ChildrenManager");
}
......
......@@ -1869,7 +1869,7 @@ void MakeSelUnions( SwSelUnions& rUnions, const SwLayoutFrame *pStart,
pRow = static_cast<const SwLayoutFrame*>(pRow->GetNext());
// #i31976#
// A follow flow row may contain emtpy cells. These are not
// A follow flow row may contain empty cells. These are not
// considered by FirstCell(). Therefore we have to find
// the first cell manually:
const SwFrame* pTmpCell = nullptr;
......
......@@ -43,7 +43,7 @@ class SwPortionHandler
{
public:
SwPortionHandler() {} /// (emtpy) constructor
SwPortionHandler() {} /// (empty) constructor
virtual ~SwPortionHandler() {} /// (empty) destructor
......
......@@ -4186,7 +4186,7 @@ namespace {
// is set and changed after the attributes have been set
// (6) Notify list tree, if count in list - RES_PARATR_LIST_ISCOUNTED - is set
// and changed after the attributes have been set
// (7) Set or Reset emtpy list style due to changed outline level - RES_PARATR_OUTLINELEVEL.
// (7) Set or Reset empty list style due to changed outline level - RES_PARATR_OUTLINELEVEL.
class HandleSetAttrAtTextNode
{
public:
......
......@@ -166,7 +166,7 @@ sal_uInt16 SwWrtShell::CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCa
}
// If a util::URL-Button is selected, return its util::URL
// otherwise an emtpy string.
// otherwise an empty string.
bool SwWrtShell::GetURLFromButton( OUString& rURL, OUString& rDescr ) const
{
bool bRet = false;
......
......@@ -786,7 +786,7 @@ static void benchmark(
while (i--)
xBench->setString( aDummyString );
tEnd = getSystemTicks();
rSheet.insert( "6c: setString() call (emtpy)", nLoop, tEnd - tStart );
rSheet.insert( "6c: setString() call (empty)", nLoop, tEnd - tStart );
i = nLoop;
tStart = getSystemTicks();
while (i--)
......
......@@ -272,7 +272,7 @@ using namespace ::com::sun::star::uno;
@try {
rtfData = [ attrString RTFFromRange: [ range rangeValue ] documentAttributes: @{NSDocumentTypeDocumentAttribute : NSRTFTextDocumentType} ];
} @catch ( NSException * e) {
// emtpy
// empty
}
}
return rtfData;
......
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