Kaydet (Commit) 14a49736 authored tarafından Christoph Neumann's avatar Christoph Neumann

CHG: Use only valid Frame sets

üst 5c1f7dc3
......@@ -7,9 +7,9 @@
'*
'* $RCSfile: text_BaseFrame.xba,v $
'*
'* $Revision: 1.1 $
'* $Revision: 1.2 $
'*
'* last change:$Date: 2003-01-27 17:53:44 $
'* last change:$Date: 2003-01-30 14:14:12 $
'*
'* The Contents of this file are made available subject to the terms of
'* either of the following licenses
......@@ -78,8 +78,15 @@ Sub RunTest()
On Error Goto ErrHndl
Dim bOK As Boolean
PropertyTester.TestProperty("FrameStyleName")
Dim FrameStyles(6) as String
FrameStyles(0) = "Formula"
FrameStyles(1) = "Graphics"
FrameStyles(2) = "Marginalia"
FrameStyles(3) = "OLE"
FrameStyles(4) = "Labels"
FrameStyles(5) = "Watermark"
FrameStyles(6) = "Frame"
PropertyTester.TestProperty("FrameStyleName", FrameStyles())
Exit Sub
ErrHndl:
......
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