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

Typo: embeded->embedded

Change-Id: I27d0cdac158a674274647fe0081a8d8c046fe0ea
üst a98d3240
......@@ -214,7 +214,7 @@ throw( SAXException, RuntimeException, std::exception )
if ( m_bStatusBarStartFound )
{
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'statusbar:statusbar' cannot be embeded into 'statusbar:statusbar'!";
aErrorMessage += "Element 'statusbar:statusbar' cannot be embedded into 'statusbar:statusbar'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......
......@@ -226,7 +226,7 @@ throw( SAXException, RuntimeException, std::exception )
if ( m_bToolBarStartFound )
{
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'toolbar:toolbar' cannot be embeded into 'toolbar:toolbar'!";
aErrorMessage += "Element 'toolbar:toolbar' cannot be embedded into 'toolbar:toolbar'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
else
......
......@@ -178,7 +178,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
if ( m_bImageContainerStartFound )
{
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:imagecontainer' cannot be embeded into 'image:imagecontainer'!";
aErrorMessage += "Element 'image:imagecontainer' cannot be embedded into 'image:imagecontainer'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -191,14 +191,14 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
if ( !m_bImageContainerStartFound )
{
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:images' must be embeded into element 'image:imagecontainer'!";
aErrorMessage += "Element 'image:images' must be embedded into element 'image:imagecontainer'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
if ( m_bImagesStartFound )
{
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:images' cannot be embeded into 'image:images'!";
aErrorMessage += "Element 'image:images' cannot be embedded into 'image:images'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -299,7 +299,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages = NULL;
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:entry' must be embeded into element 'image:images'!";
aErrorMessage += "Element 'image:entry' must be embedded into element 'image:images'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -375,7 +375,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages = NULL;
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:externalimages' must be embeded into element 'image:imagecontainer'!";
aErrorMessage += "Element 'image:externalimages' must be embedded into element 'image:imagecontainer'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -386,7 +386,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pImages = NULL;
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:externalimages' cannot be embeded into 'image:externalimages'!";
aErrorMessage += "Element 'image:externalimages' cannot be embedded into 'image:externalimages'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -406,7 +406,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pExternalImages = NULL;
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:externalentry' must be embeded into 'image:externalimages'!";
aErrorMessage += "Element 'image:externalentry' must be embedded into 'image:externalimages'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......@@ -418,7 +418,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
m_pExternalImages = NULL;
OUString aErrorMessage = getErrorLineString();
aErrorMessage += "Element 'image:externalentry' cannot be embeded into 'image:externalentry'!";
aErrorMessage += "Element 'image:externalentry' cannot be embedded into 'image:externalentry'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
......
......@@ -1004,7 +1004,7 @@ void PresenterSlideShowView::impl_addAndConfigureView()
{
Reference<presentation::XSlideShowView> xView (this);
mxSlideShow->addView(xView);
// Prevent embeded sounds being played twice at the same time by
// Prevent embedded sounds being played twice at the same time by
// disabling sound for the new slide show view.
beans::PropertyValue aProperty;
aProperty.Name = "IsSoundEnabled";
......
......@@ -46,7 +46,7 @@ DECLARE_HTMLIMPORT_TEST(testInlinedImage, "inlined_image.html")
{
SwXTextDocument* pTxtDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get());
CPPUNIT_ASSERT(pTxtDoc);
// The document contains only one embeded picture inlined in img's src attribute.
// The document contains only one embedded picture inlined in img's src attribute.
SwDoc* pDoc = pTxtDoc->GetDocShell()->GetDoc();
SwEditShell* pEditShell = pDoc->GetEditShell();
......
......@@ -242,7 +242,7 @@ Users\Application Data\URE directory.
URE_MORE_TYPES and URE_MORE_SERVICES each contain zero or more space-separated
URI descriptors. A URI descriptor is either a URI (denoting an individual file)
or a URI embeded in "<" and ">*" (denoting all the files contained non-
or a URI embedded in "<" and ">*" (denoting all the files contained non-
recursively within the directory denoted by the given URI).
The Java UNO environment needs type information in the form of Java class files
......
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