Kaydet (Commit) f630c021 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

nitpicks

Change-Id: I190a629a8c76f98b54295eebcf712b4c5b26ecff
üst bf967a4f
...@@ -62,7 +62,7 @@ DialogSaveTest::DialogSaveTest() ...@@ -62,7 +62,7 @@ DialogSaveTest::DialogSaveTest()
void DialogSaveTest::test() void DialogSaveTest::test()
{ {
OUString aFileName; OUString aFileName;
aFileName = getURLFromWorkdir("/CppunitTest/testDialogSave.odb"); aFileName = getURLFromWorkdir("CppunitTest/testDialogSave.odb");
{ {
uno::Reference< lang::XComponent > xComponent = loadFromDesktop(aFileName); uno::Reference< lang::XComponent > xComponent = loadFromDesktop(aFileName);
CPPUNIT_ASSERT(xComponent.is()); CPPUNIT_ASSERT(xComponent.is());
...@@ -95,7 +95,7 @@ void DialogSaveTest::test() ...@@ -95,7 +95,7 @@ void DialogSaveTest::test()
xDocMod->setModified(sal_True); xDocMod->setModified(sal_True);
// now save; the code path to exercise in this test is the "store to same location" // now save; the code path to exercise in this test is the "store to same location"
// do *not* change to store(As|To|URL! // do *not* change to store(As|To|URL)!
xDocStorable->store(); xDocStorable->store();
// close // close
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment