summaryrefslogtreecommitdiff
path: root/sc/qa/extras/macros-test.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-14 12:07:43 +0100
committerNoel Power <noel.power@suse.com>2013-05-15 09:52:30 +0100
commitfbd74ed44cd011ebab95bb4bc4eb6b15c1272c43 (patch)
tree9c853f4a88350ed2f7b60d81e3e2756d2f111518 /sc/qa/extras/macros-test.cxx
parent9c2a1cb4351c8f80a27b7ba413ad382368387425 (diff)
make some vba Name object attributes read/write and add test document
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
Diffstat (limited to 'sc/qa/extras/macros-test.cxx')
-rw-r--r--sc/qa/extras/macros-test.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 347db6539f98..68bed145ec51 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -179,6 +179,10 @@ void ScMacrosTest::testVba()
OUString("Workbooks."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
+ {
+ OUString("Names."),
+ OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
+ },
};
OUString sTempDir;
OUString sTempDirURL;