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

CHG: Use only valid Frame sets

üst 5c1f7dc3
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
'* '*
'* $RCSfile: text_BaseFrame.xba,v $ '* $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 '* The Contents of this file are made available subject to the terms of
'* either of the following licenses '* either of the following licenses
...@@ -78,8 +78,15 @@ Sub RunTest() ...@@ -78,8 +78,15 @@ Sub RunTest()
On Error Goto ErrHndl On Error Goto ErrHndl
Dim bOK As Boolean Dim bOK As Boolean
Dim FrameStyles(6) as String
PropertyTester.TestProperty("FrameStyleName") 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 Exit Sub
ErrHndl: 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