summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/mnumgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/mnumgr.hxx')
-rw-r--r--sfx2/inc/sfx2/mnumgr.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/mnumgr.hxx b/sfx2/inc/sfx2/mnumgr.hxx
index af51094588..8a9aca1364 100644
--- a/sfx2/inc/sfx2/mnumgr.hxx
+++ b/sfx2/inc/sfx2/mnumgr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mnumgr.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.84.1 $
*
* This file is part of OpenOffice.org.
*
@@ -105,6 +105,11 @@ private:
DECL_LINK( SelectHdl, void * );
Menu* pSVMenu;
+private:
+ // only declared, but not defined: don't allow copying
+ SfxPopupMenuManager( const SfxPopupMenuManager& );
+ SfxPopupMenuManager& operator=( const SfxPopupMenuManager& );
+
public:
SfxPopupMenuManager( const ResId&, SfxBindings& );
SfxPopupMenuManager( PopupMenu*, SfxBindings& );