summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-10 14:11:21 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-10 14:55:12 +0200
commitc1a7e72110e48fa5d7ca38af2d36505b647a11e4 (patch)
treebc34304b5d1f3af5656581ba995270545a2905c2 /vcl/inc
parent8541943b8d08f62217e99c9d47a5f222e1fba86e (diff)
typo: follwing -> following
Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/osx/salframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h
index 905b089aedc3..82bd117284ce 100644
--- a/vcl/inc/osx/salframe.h
+++ b/vcl/inc/osx/salframe.h
@@ -180,7 +180,7 @@ public:
void getResolution( sal_Int32& o_rDPIX, sal_Int32& o_rDPIY );
- // actually the follwing methods do the same thing: flipping y coordinates
+ // actually the following methods do the same thing: flipping y coordinates
// but having two of them makes clearer what the coordinate system
// is supposed to be before and after
void VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen = true );