summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swvset.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-04-05 13:18:34 +0000
committerOliver Specht <os@openoffice.org>2002-04-05 13:18:34 +0000
commitd72a3b2de56cd6022b33e79e944c282652ed482f (patch)
tree20cb1cfb12071acbdbf535fb1e0ddfdc205c9fd4 /sw/source/ui/inc/swvset.hxx
parent0c890f28df36194f7ce08b2c292b9c93f578c612 (diff)
#96840# decrease use of open files
Diffstat (limited to 'sw/source/ui/inc/swvset.hxx')
-rw-r--r--sw/source/ui/inc/swvset.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sw/source/ui/inc/swvset.hxx b/sw/source/ui/inc/swvset.hxx
index d9b828f10535..eea052bfddef 100644
--- a/sw/source/ui/inc/swvset.hxx
+++ b/sw/source/ui/inc/swvset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swvset.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * last change: $Author: os $ $Date: 2002-04-05 14:18:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,17 +72,11 @@ class SwDocShell;
class SwRulerValueSet : public SvxBmpNumValueSet
{
- SwDocShell* pSwDocSh;
public:
SwRulerValueSet( Window* pParent,
- const ResId& rResId,
- const List& rStrNames,
- SwDocShell* pSwDocSh );
+ const ResId& rResId );
~SwRulerValueSet();
-
virtual void UserDraw( const UserDrawEvent& rUDEvt );
- DECL_STATIC_LINK(SwRulerValueSet, GraphicArrivedHdl_Impl, SvxBrushItem*);
-
};
#endif