Kaydet (Commit) 28c4fd5e authored tarafından Noel Power's avatar Noel Power

add new vba test file ( for testing input/output for 'Value' attributes )

Change-Id: I7b06c463a11b5d6442f69130e9eee767004e426f
üst bb1ff233
...@@ -170,6 +170,10 @@ void ScMacrosTest::testVba() ...@@ -170,6 +170,10 @@ void ScMacrosTest::testVba()
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
}, },
#endif #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 ) for ( sal_uInt32 i=0; i<SAL_N_ELEMENTS( testInfo ); ++i )
......
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