summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-30 09:57:58 +0100
committerNoel Power <noel.power@suse.com>2013-05-09 14:11:14 +0100
commit28c4fd5effeeb03cf69ba3f3637df24c814436ce (patch)
tree37d141d8814a0f5fa23ef2c184e4b18b68c1e69d /sc
parentbb1ff2338396a665f2c83287c99945a2a7f7b73e (diff)
add new vba test file ( for testing input/output for 'Value' attributes )
Change-Id: I7b06c463a11b5d6442f69130e9eee767004e426f
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/macros-test.cxx4
-rwxr-xr-xsc/qa/extras/testdocuments/CheckOptionToggleValue.xlsbin0 -> 45568 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 468eba0ad8e9..4e37760f53d9 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -170,6 +170,10 @@ void ScMacrosTest::testVba()
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
#endif
+ {
+ OUString("CheckOptionToggleValue."),
+ OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
+ },
};
for ( sal_uInt32 i=0; i<SAL_N_ELEMENTS( testInfo ); ++i )
diff --git a/sc/qa/extras/testdocuments/CheckOptionToggleValue.xls b/sc/qa/extras/testdocuments/CheckOptionToggleValue.xls
new file mode 100755
index 000000000000..14cf152af395
--- /dev/null
+++ b/sc/qa/extras/testdocuments/CheckOptionToggleValue.xls
Binary files differ