summaryrefslogtreecommitdiff
path: root/test/source/sheet/xsheetannotation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xsheetannotation.cxx')
-rw-r--r--test/source/sheet/xsheetannotation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/sheet/xsheetannotation.cxx b/test/source/sheet/xsheetannotation.cxx
index ec7680475360..1475798558fd 100644
--- a/test/source/sheet/xsheetannotation.cxx
+++ b/test/source/sheet/xsheetannotation.cxx
@@ -56,14 +56,14 @@ void XSheetAnnotation::testGetPosition()
void XSheetAnnotation::testGetAuthor()
{
uno::Reference< sheet::XSheetAnnotation > aSheetAnnotation (init(), UNO_QUERY_THROW);
- rtl::OUString aAuthor = aSheetAnnotation->getAuthor();
+ OUString aAuthor = aSheetAnnotation->getAuthor();
CPPUNIT_ASSERT_MESSAGE("Wrong author", aAuthor.equals("LG"));
}
void XSheetAnnotation::testGetDate()
{
uno::Reference< sheet::XSheetAnnotation > aSheetAnnotation (init(), UNO_QUERY_THROW);
- rtl::OUString aDate = aSheetAnnotation->getDate();
+ OUString aDate = aSheetAnnotation->getDate();
CPPUNIT_ASSERT_MESSAGE("Wrong date", aDate.equals("01/17/2013"));
}