summaryrefslogtreecommitdiff
path: root/starmath/qa/cppunit/test_cursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/qa/cppunit/test_cursor.cxx')
-rw-r--r--starmath/qa/cppunit/test_cursor.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/qa/cppunit/test_cursor.cxx b/starmath/qa/cppunit/test_cursor.cxx
index 51e555f777fd..6cbc4fe2ef41 100644
--- a/starmath/qa/cppunit/test_cursor.cxx
+++ b/starmath/qa/cppunit/test_cursor.cxx
@@ -71,7 +71,7 @@ void Test::testCopyPaste()
std::unique_ptr<SmNode> xTree(SmParser().Parse(sInput));
xTree->Prepare(xDocShRef->GetFormat(), *xDocShRef);
- SmCursor aCursor(xTree.get(), xDocShRef);
+ SmCursor aCursor(xTree.get(), xDocShRef.get());
ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
// go to the position at "*"
@@ -94,7 +94,7 @@ void Test::testCopySelectPaste()
std::unique_ptr<SmNode> xTree(SmParser().Parse(sInput));
xTree->Prepare(xDocShRef->GetFormat(), *xDocShRef);
- SmCursor aCursor(xTree.get(), xDocShRef);
+ SmCursor aCursor(xTree.get(), xDocShRef.get());
ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
// go to the right end
@@ -121,7 +121,7 @@ void Test::testCutPaste()
std::unique_ptr<SmNode> xTree(SmParser().Parse(sInput));
xTree->Prepare(xDocShRef->GetFormat(), *xDocShRef);
- SmCursor aCursor(xTree.get(), xDocShRef);
+ SmCursor aCursor(xTree.get(), xDocShRef.get());
ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
// go to the position at "*"
@@ -144,7 +144,7 @@ void Test::testCutSelectPaste()
std::unique_ptr<SmNode> xTree(SmParser().Parse(sInput));
xTree->Prepare(xDocShRef->GetFormat(), *xDocShRef);
- SmCursor aCursor(xTree.get(), xDocShRef);
+ SmCursor aCursor(xTree.get(), xDocShRef.get());
ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
// go to the right end