summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdmod.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-12-03 13:58:17 +0000
committerOliver Bolte <obo@openoffice.org>2003-12-03 13:58:17 +0000
commite94e6a6db40a58f97e4eb4367a524690ad9675be (patch)
treec0a70e9179fc9bbdc6d6e28bea92ae7f3debed13 /sd/source/ui/app/sdmod.cxx
parentd4e5c4a81e56e67b0b0ecccd11a2595b4568cd4a (diff)
#100000# SetReferenceDevice with 1 parameter
Diffstat (limited to 'sd/source/ui/app/sdmod.cxx')
-rw-r--r--sd/source/ui/app/sdmod.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 977599ab8..3d0ac8884 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdmod.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 10:08:21 $
+ * last change: $Author: obo $ $Date: 2003-12-03 14:58:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,7 +178,7 @@ SdModule::SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObj
VirtualDevice* pDevice = new VirtualDevice;
mpVirtualRefDevice = pDevice;
pDevice->SetMapMode( MAP_100TH_MM );
- pDevice->SetReferenceDevice ();
+ pDevice->SetReferenceDevice ( VirtualDevice::REFDEV_MODE06 );
}