diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/JunitTest_sfx2_unoapi.mk | 2 | ||||
-rw-r--r-- | sfx2/qa/unoapi/Test.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/JunitTest_sfx2_unoapi.mk b/sfx2/JunitTest_sfx2_unoapi.mk index 436ed6e50004..eb0735f59ed0 100644 --- a/sfx2/JunitTest_sfx2_unoapi.mk +++ b/sfx2/JunitTest_sfx2_unoapi.mk @@ -39,7 +39,7 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sfx2_unoapi,\ )) $(eval $(call gb_JunitTest_add_classes,sfx2_unoapi,\ - org.openoffice.sfx2.qa.unoapi.Test \ + unoapi.Test \ )) # vim: set noet sw=4 ts=4: diff --git a/sfx2/qa/unoapi/Test.java b/sfx2/qa/unoapi/Test.java index b61698e95067..4b20ae0750db 100644 --- a/sfx2/qa/unoapi/Test.java +++ b/sfx2/qa/unoapi/Test.java @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -package org.openoffice.sfx2.qa.unoapi; +package unoapi; import org.openoffice.Runner; import org.openoffice.test.OfficeConnection; |