diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 11:58:25 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:46 +0100 |
commit | 98586079c3961f32d9eaee9731ee053bc8bf1887 (patch) | |
tree | 90d696fa10470545e0a50f929ac87f23e0b7e45a /sc/inc/editutil.hxx | |
parent | 395ae19356a8128ec47e2526e0342ca2905ea707 (diff) |
Convert last vestiges of OutputDevice* and VirtualDevice* members.
Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 86fd4ff70083..bd76598e071d 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -41,7 +41,7 @@ class ScEditUtil SCROW nRow; SCTAB nTab; Point aScrPos; - VclPtr<OutputDevice> pDev; // MapMode has to be set + VclPtr<OutputDevice> pDev; // MapMode has to be set double nPPTX; double nPPTY; Fraction aZoomX; |