summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/futext2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/futext2.cxx')
-rw-r--r--sc/source/ui/drawfunc/futext2.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/drawfunc/futext2.cxx b/sc/source/ui/drawfunc/futext2.cxx
index 354339dd0d75..0fd5c747ff6c 100644
--- a/sc/source/ui/drawfunc/futext2.cxx
+++ b/sc/source/ui/drawfunc/futext2.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -292,11 +292,11 @@ SdrOutliner* FuText::MakeOutliner()
pViewData->UpdateOutlinerFlags(*pOutl);
- // Die EditEngine benutzt beim RTF Export (Clipboard / Drag&Drop)
- // den MapMode des RefDevices, um die Fontgroesse zu setzen
+ // Die EditEngine benutzt beim RTF Export (Clipboard / Drag&Drop)
+ // den MapMode des RefDevices, um die Fontgroesse zu setzen
- // #i10426# The ref device isn't set to the EditEngine before SdrBeginTextEdit now,
- // so the device must be taken from the model here.
+ // #i10426# The ref device isn't set to the EditEngine before SdrBeginTextEdit now,
+ // so the device must be taken from the model here.
OutputDevice* pRef = pDrDoc->GetRefDevice();
if (pRef && pRef != pWindow)
pRef->SetMapMode( MapMode(MAP_100TH_MM) );