summaryrefslogtreecommitdiff
path: root/extensions/qa/complex
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/qa/complex')
-rw-r--r--extensions/qa/complex/extensions/OfficeResourceLoader.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/qa/complex/extensions/OfficeResourceLoader.java b/extensions/qa/complex/extensions/OfficeResourceLoader.java
index cbc57f2fc739..0c2c02cb9011 100644
--- a/extensions/qa/complex/extensions/OfficeResourceLoader.java
+++ b/extensions/qa/complex/extensions/OfficeResourceLoader.java
@@ -54,7 +54,7 @@ public class OfficeResourceLoader
}
/* ------------------------------------------------------------------ */
- @After public void after() throws com.sun.star.uno.Exception, java.lang.Exception
+ @After public void after() throws java.lang.Exception
{
}
@@ -94,7 +94,7 @@ public class OfficeResourceLoader
}
/* ------------------------------------------------------------------ */
- @Test public void checkLocales() throws com.sun.star.uno.Exception, java.lang.Exception
+ @Test public void checkLocales() throws java.lang.Exception
{
// en-US bundle (should always be built and thus present and thus found)
m_bundle = m_loader.loadBundle( "orl", new Locale( "en", "US", "" ) );