summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/eventdlg.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/inc/eventdlg.hxx b/svx/source/inc/eventdlg.hxx
index f6386377233b..738fdd318b08 100644
--- a/svx/source/inc/eventdlg.hxx
+++ b/svx/source/inc/eventdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventdlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 13:15:25 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:56:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,10 @@ class SvxEventConfigPage : public _SvxMacroTabPage
DECL_LINK( SelectHdl_Impl, ListBox* );
+ // Forbidden and not implemented.
+ SvxEventConfigPage (const SvxEventConfigPage &);
+ SvxEventConfigPage & operator= (const SvxEventConfigPage &);
+
public:
SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet );
~SvxEventConfigPage();