summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-09-06 09:10:50 +0000
committerThomas Lange <tl@openoffice.org>2002-09-06 09:10:50 +0000
commit96837d562f6f5ba7fdca057cd8618c3335568170 (patch)
treecd486536f1d286f5af4f4a2cde8f857744720595 /starmath/source/unomodel.cxx
parente9c0f65c0d811149686897e68dbd1617bd183a69 (diff)
#102510# XRenderable (PDF) export fixed
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r--starmath/source/unomodel.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index c4dd12aa4609..98abac9b8591 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: tl $ $Date: 2002-09-05 10:11:33 $
+ * last change: $Author: tl $ $Date: 2002-09-06 10:10:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -939,8 +939,6 @@ void SAL_CALL SmModel::render(
rSelection >>= xModel;
if (xModel == pDocSh->GetModel())
{
- Point aTemp;
- pDocSh->Draw( *pOut, aTemp );
SmViewShell *pView = SmGetActiveView();
if (pView)
{