summaryrefslogtreecommitdiff
path: root/svx/source/dialog/numpages.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-28 12:21:15 +0000
committerOliver Specht <os@openoffice.org>2002-05-28 12:21:15 +0000
commit99dd31050f30368850234a11872e5b7398a4e8e7 (patch)
tree85f65a0be8239140a4b91e8dced44cd6000b02d3 /svx/source/dialog/numpages.cxx
parent47cbf92d02e60a78a76efcbce609358a0551fa65 (diff)
#97532# NumMenuButton removed
Diffstat (limited to 'svx/source/dialog/numpages.cxx')
-rw-r--r--svx/source/dialog/numpages.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/dialog/numpages.cxx b/svx/source/dialog/numpages.cxx
index ff3ec4af7130..18c4cd94a715 100644
--- a/svx/source/dialog/numpages.cxx
+++ b/svx/source/dialog/numpages.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numpages.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: os $ $Date: 2002-04-05 14:17:03 $
+ * last change: $Author: os $ $Date: 2002-05-28 13:21:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3232,19 +3232,19 @@ void SvxNumberingPreview::Paint( const Rectangle& rRect )
/*-----------------02.12.97 12:55-------------------
--------------------------------------------------*/
-NumMenuButton::~NumMenuButton()
-{
-}
+//NumMenuButton::~NumMenuButton()
+//{
+//}
/*-----------------02.12.97 12:55-------------------
--------------------------------------------------*/
-void NumMenuButton::MouseButtonDown( const MouseEvent& rMEvt )
-{
- if(maClickHdl_Impl.IsSet())
- maClickHdl_Impl.Call(this);
- MenuButton::MouseButtonDown( rMEvt );
-}
+//void NumMenuButton::MouseButtonDown( const MouseEvent& rMEvt )
+//{
+// if(maClickHdl_Impl.IsSet())
+// maClickHdl_Impl.Call(this);
+// MenuButton::MouseButtonDown( rMEvt );
+//}
/*-----------------03.12.97 10:02-------------------