summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-19 18:03:46 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-19 22:07:44 +0200
commit0be225fb60f41b29f283eddd83938c047c552893 (patch)
treeffb8f5edb93c8b762e860db9c0505431ce940425 /include/vcl
parent8a07588cb648e26a3fc06643b0210fc75201afb8 (diff)
Fix typos
Change-Id: Ideee477b0c8f0d472a607ed69ba51351d87f61bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101010 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index ce4c204d3d94..df9acf7735a4 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1351,7 +1351,7 @@ public:
ImplLayoutArgs& rLayoutArgs) const;
- // Enabling/disabling RTL only makes sense for OutputDevices that use a mirroring SalGraphisLayout
+ // Enabling/disabling RTL only makes sense for OutputDevices that use a mirroring SalGraphicsLayout
virtual void EnableRTL( bool bEnable = true);
bool IsRTLEnabled() const { return mbEnableRTL; }