summaryrefslogtreecommitdiff
path: root/migrationanalysis/src/driver_docs/sources/PrepareInfo.cls
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-05-05 09:13:52 +0000
committerRelease Engineers <releng@openoffice.org>2009-05-05 09:13:52 +0000
commitb96ac756f02d5deac3b2077f8351873f12e26ee6 (patch)
tree4cbb28a2168b9e9a73e80918ecc54736e6dcb36a /migrationanalysis/src/driver_docs/sources/PrepareInfo.cls
parent2ac6e140e6b8326c6df8f3c573fb09a73b0823e4 (diff)
CWS-TOOLING: integrate CWS paw06
2009-04-15 12:26:51 +0200 dv r270831 : CWS-TOOLING: rebase CWS paw06 to trunk@270723 (milestone: DEV300:m46) 2009-04-14 07:51:18 +0200 dv r270745 : Prepare for opensourceing PAW
Diffstat (limited to 'migrationanalysis/src/driver_docs/sources/PrepareInfo.cls')
-rw-r--r--migrationanalysis/src/driver_docs/sources/PrepareInfo.cls44
1 files changed, 44 insertions, 0 deletions
diff --git a/migrationanalysis/src/driver_docs/sources/PrepareInfo.cls b/migrationanalysis/src/driver_docs/sources/PrepareInfo.cls
new file mode 100644
index 000000000000..71eacb640562
--- /dev/null
+++ b/migrationanalysis/src/driver_docs/sources/PrepareInfo.cls
@@ -0,0 +1,44 @@
+VERSION 1.0 CLASS
+BEGIN
+ MultiUse = -1 'True
+END
+Attribute VB_Name = "PrepareInfo"
+Attribute VB_GlobalNameSpace = False
+Attribute VB_Creatable = False
+Attribute VB_PredeclaredId = False
+Attribute VB_Exposed = True
+'/*************************************************************************
+' *
+' * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+' *
+' * Copyright 2008 by Sun Microsystems, Inc.
+' *
+' * OpenOffice.org - a multi-platform office productivity suite
+' *
+' * $RCSfile: PrepareInfo.cls,v $
+' *
+' * This file is part of OpenOffice.org.
+' *
+' * OpenOffice.org is free software: you can redistribute it and/or modify
+' * it under the terms of the GNU Lesser General Public License version 3
+' * only, as published by the Free Software Foundation.
+' *
+' * OpenOffice.org is distributed in the hope that it will be useful,
+' * but WITHOUT ANY WARRANTY; without even the implied warranty of
+' * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+' * GNU Lesser General Public License version 3 for more details
+' * (a copy is included in the LICENSE file that accompanied this code).
+' *
+' * You should have received a copy of the GNU Lesser General Public License
+' * version 3 along with OpenOffice.org. If not, see
+' * <http://www.openoffice.org/license.html>
+' * for a copy of the LGPLv3 License.
+' *
+' ************************************************************************/
+
+'H&F Info
+Public HF_OnPage As Long
+Public HF_inheader As Boolean
+Public HF_extendLength As Single
+Public HF_Shapes As Collection
+Public HF_Frames As Collection