summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/sizedev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/sizedev.hxx')
-rw-r--r--sc/source/ui/inc/sizedev.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/ui/inc/sizedev.hxx b/sc/source/ui/inc/sizedev.hxx
index 615755be0240..5b501068429b 100644
--- a/sc/source/ui/inc/sizedev.hxx
+++ b/sc/source/ui/inc/sizedev.hxx
@@ -1,7 +1,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
@@ -35,20 +35,20 @@ class ScDocShell;
class ScSizeDeviceProvider
{
- OutputDevice* pDevice;
- BOOL bOwner;
- double nPPTX;
- double nPPTY;
- MapMode aOldMapMode;
+ OutputDevice* pDevice;
+ BOOL bOwner;
+ double nPPTX;
+ double nPPTY;
+ MapMode aOldMapMode;
public:
ScSizeDeviceProvider( ScDocShell* pDocSh );
~ScSizeDeviceProvider();
- OutputDevice* GetDevice() const { return pDevice; }
- double GetPPTX() const { return nPPTX; }
- double GetPPTY() const { return nPPTY; }
- BOOL IsPrinter() const { return !bOwner; }
+ OutputDevice* GetDevice() const { return pDevice; }
+ double GetPPTX() const { return nPPTX; }
+ double GetPPTY() const { return nPPTY; }
+ BOOL IsPrinter() const { return !bOwner; }
};
#endif