diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-02-15 17:14:59 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-02-15 17:14:59 +0100 |
commit | c554b5b803216ebda1dcf58b377b89028f482e1e (patch) | |
tree | 3265da5308f78702e1c4033de20f25684067e621 /sc/source/ui/inc/sizedev.hxx | |
parent | 7bfe9976e007b92e86082ec2802845c76bf7ce09 (diff) | |
parent | f663a19f9653385500addf5eb6c03dae86296101 (diff) |
accfixes: merged to m100
Diffstat (limited to 'sc/source/ui/inc/sizedev.hxx')
-rw-r--r-- | sc/source/ui/inc/sizedev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/sizedev.hxx b/sc/source/ui/inc/sizedev.hxx index 5b5010684..35ec33fa6 100644 --- a/sc/source/ui/inc/sizedev.hxx +++ b/sc/source/ui/inc/sizedev.hxx @@ -36,7 +36,7 @@ class ScDocShell; class ScSizeDeviceProvider { OutputDevice* pDevice; - BOOL bOwner; + sal_Bool bOwner; double nPPTX; double nPPTY; MapMode aOldMapMode; @@ -48,7 +48,7 @@ public: OutputDevice* GetDevice() const { return pDevice; } double GetPPTX() const { return nPPTX; } double GetPPTY() const { return nPPTY; } - BOOL IsPrinter() const { return !bOwner; } + sal_Bool IsPrinter() const { return !bOwner; } }; #endif |