diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:56:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:56:51 +0000 |
commit | 7f7cbb66b492be8b3d127a3f3171e25b5dcda5d3 (patch) | |
tree | 216dab5e7eebd47ef74670162f063ee51d684974 /svx/source | |
parent | 3251ec56da4947aefdc3a00fe1d736201dbac318 (diff) |
INTEGRATION: CWS visibility01 (1.2.218); FILE MERGED
2005/01/14 15:30:17 mhu 1.2.218.1: #35758# Additional changes for windows after resync to m69.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/inc/eventdlg.hxx | 8 |
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(); |