summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/preview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r--sc/source/ui/inc/preview.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx
index b32e940803e1..53dba57e003c 100644
--- a/sc/source/ui/inc/preview.hxx
+++ b/sc/source/ui/inc/preview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: preview.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-09-02 14:34:56 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:06:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,6 +160,8 @@ public:
DECL_STATIC_LINK( ScPreview, InvalidateHdl, void* );
static void StaticInvalidate();
+
+ FmFormView* GetDrawView() { return pDrawView; }
};