You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/07/31 15:36:40 UTC

[openoffice] 04/05: Typo.

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 3a0d36e0c41fc8e7a4b79e0bd6b38776c6e24655
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Fri Jul 31 06:17:01 2020 +0200

    Typo.
    
    Patch by: me
    
    (cherry picked from commit ff9157e3c2e6eea1bdfb12a088bffba652a52002)
---
 test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java b/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
index e488798..5e9123e 100644
--- a/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
+++ b/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
@@ -109,7 +109,7 @@ public class FrameBackGraphic {
 		XPropertySet xFrameProps1_assert = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFrame_Assert1);
 		GraphicLocation graphiclocation=(GraphicLocation)xFrameProps1_assert.getPropertyValue("BackGraphicLocation");
 		assertEquals("verify Frame backgraphic location",backGraphicLocation,graphiclocation.getValue());
-		assertEquals("verify Frame backgraphic fileter",graphicName,xFrameProps1_assert.getPropertyValue("BackGraphicFilter"));
+		assertEquals("verify Frame backgraphic filter",graphicName,xFrameProps1_assert.getPropertyValue("BackGraphicFilter"));
 		assertEquals("verify Frame backgraphic URL",graphicURL,xFrameProps1_assert.getPropertyValue("BackGraphicURL"));
 	}
 }