Kaydet (Commit) 1ba1bb96 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typos

Change-Id: Ic78d3e15c5e58f1306f8448c0806db275b3ae616
Reviewed-on: https://gerrit.libreoffice.org/41435Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst cf53f243
......@@ -116,7 +116,7 @@ class OOX_DLLPUBLIC VMLExport : public EscherEx
*/
bool m_bOverrideShapeIdGeneration;
/// Prefix for overriden shape id generation (used if m_bOverrideShapeIdGeneration is true)
/// Prefix for overridden shape id generation (used if m_bOverrideShapeIdGeneration is true)
OString m_sShapeIDPrefix;
/// Counter for generating shape ids (used if m_bOverrideShapeIdGeneration is true)
......
......@@ -872,7 +872,7 @@ DECLARE_OOXMLEXPORT_TEST(testActiveXControlAlign, "activex_control_align.odt")
uno::Reference<beans::XPropertySet> xPropertySet2(xControlShape, uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AT_CHARACTER,getProperty<text::TextContentAnchorType>(xPropertySet2,"AnchorType"));
// Also check positin and size
// Also check position and size
uno::Reference<drawing::XShape> xShape(xControlShape, uno::UNO_QUERY);
CPPUNIT_ASSERT(xShape.is());
CPPUNIT_ASSERT_EQUAL(sal_Int32(4470), xShape->getSize().Width);
......@@ -894,7 +894,7 @@ DECLARE_OOXMLEXPORT_TEST(testActiveXControlAlign, "activex_control_align.odt")
CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AS_CHARACTER,getProperty<text::TextContentAnchorType>(xPropertySet2,"AnchorType"));
CPPUNIT_ASSERT_EQUAL(sal_Int32(text::VertOrientation::TOP),getProperty<sal_Int32>(xPropertySet2,"VertOrient"));
// Also check positin and size
// Also check position and size
xShape.set(xControlShape, uno::UNO_QUERY);
CPPUNIT_ASSERT(xShape.is());
CPPUNIT_ASSERT_EQUAL(sal_Int32(4410), xShape->getSize().Width);
......
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