summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgedfac.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-23 15:13:46 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-23 15:13:46 +0000
commitd6d355d11df9b9d000e9b126aecf99b3209c2ec1 (patch)
treed6c7ba9ece24c76aa57a6cf4e2a68cdd806a3ff0 /basctl/source/inc/dlgedfac.hxx
parent4324a64ad957790114510f79a95664b7f2490f5a (diff)
removed StarBASIC and code cleanup
Diffstat (limited to 'basctl/source/inc/dlgedfac.hxx')
-rw-r--r--basctl/source/inc/dlgedfac.hxx28
1 files changed, 12 insertions, 16 deletions
diff --git a/basctl/source/inc/dlgedfac.hxx b/basctl/source/inc/dlgedfac.hxx
index e5d4c79dd17c..cee51ab9a63f 100644
--- a/basctl/source/inc/dlgedfac.hxx
+++ b/basctl/source/inc/dlgedfac.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedfac.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tbe $ $Date: 2001-02-26 10:53:39 $
+ * last change: $Author: tbe $ $Date: 2001-03-23 16:08:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,28 +59,24 @@
*
************************************************************************/
+
#ifndef _BASCTL_DLGEDFAC_HXX
#define _BASCTL_DLGEDFAC_HXX
+#ifndef _SVDOBJ_HXX
+#include <svx/svdobj.hxx>
+#endif
+
+
//============================================================================
-// VCDlgEditFactory
+// DlgEdFactory
//============================================================================
-class SdrObjFactory;
-class StarBASIC;
-class VCDlgEditor;
-
-class VCDlgEditFactory /* : public LinkHdl */
+class DlgEdFactory
{
-protected:
- Link aOldMakeObjLink;
- VCDlgEditor* pDlgEditor;
-
public:
- VCDlgEditFactory( VCDlgEditor* pDlgEd );
-
- void SetOldMakeObjHdl( const Link& rLink ) { aOldMakeObjLink = rLink; }
- Link GetOldMakeObjHdl() const { return aOldMakeObjLink; }
+ DlgEdFactory();
+ ~DlgEdFactory();
DECL_LINK( MakeObject, SdrObjFactory * );
};