summaryrefslogtreecommitdiff
path: root/test/source/sheet/xsheetannotationssupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xsheetannotationssupplier.cxx')
-rw-r--r--test/source/sheet/xsheetannotationssupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetannotationssupplier.cxx b/test/source/sheet/xsheetannotationssupplier.cxx
index 622ea2bc202a..8fddc7d4300f 100644
--- a/test/source/sheet/xsheetannotationssupplier.cxx
+++ b/test/source/sheet/xsheetannotationssupplier.cxx
@@ -25,7 +25,7 @@ void XSheetAnnotationsSupplier::testGetAnnotations()
uno::Reference<sheet::XSheetAnnotationsSupplier> xSupplier(init(), UNO_QUERY_THROW);
uno::Reference<sheet::XSheetAnnotations> xAnnotations(xSupplier->getAnnotations(),
- UNO_QUERY_THROW);
+ UNO_SET_THROW);
}
}