summaryrefslogtreecommitdiff
path: root/forms/source/component/GroupManager.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-27 11:08:20 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-27 11:08:20 +0000
commitbd4fbd779fe88b929f66efd53a7d415a0205d6c2 (patch)
treedd686d2bc683e5cf30da57d01c7d86e3cadafdce /forms/source/component/GroupManager.hxx
parentb30eec5d8b37dfdb21a248927f6097a61fb9dd10 (diff)
#86416# in the DBG_UTIL version, implement the copy ctor to allow correct instance counting (DBG_CTOR)
Diffstat (limited to 'forms/source/component/GroupManager.hxx')
-rw-r--r--forms/source/component/GroupManager.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx
index 3f4a0bcd6e44..b9307720aae9 100644
--- a/forms/source/component/GroupManager.hxx
+++ b/forms/source/component/GroupManager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupManager.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-01-05 18:00:35 $
+ * last change: $Author: fs $ $Date: 2001-04-27 12:08:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -214,6 +214,9 @@ class OGroup
public:
OGroup( const ::rtl::OUString& rGroupName );
+#ifdef DBG_UTIL
+ OGroup( const OGroup& _rSource ); // just to ensure the DBG_CTOR call
+#endif
virtual ~OGroup();
sal_Bool operator==( const OGroup& rGroup ) const;