diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 13:08:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:04 +0200 |
commit | 83d84adeb5bafa6bdbad8f759ea281c265c1234b (patch) | |
tree | d3ec353ff641f07daf3b4c069ed1f55cac9b794d /sc | |
parent | 523e1d38af7f1a2ee03381d01bf8399ab169a89f (diff) |
typo: befor -> before
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/printfun.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx index fc8eb6403997..503751ed9ed4 100644 --- a/sc/source/ui/inc/printfun.hxx +++ b/sc/source/ui/inc/printfun.hxx @@ -123,7 +123,7 @@ private: OutputDevice* pDev; FmFormView* pDrawView; - MapMode aOldPrinterMode; // MapMode befor the call + MapMode aOldPrinterMode; // MapMode before the call Point aSrcOffset; // Paper-1/100 mm Point aOffset; // scaled by a factor of page size |