diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-25 22:54:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-25 22:54:29 +0100 |
commit | 3f13d234dfcb43713a07c333bd685c0596435cc0 (patch) | |
tree | 407fcc1542f8aee14becb2dc124af3127898140a /vcl | |
parent | fd335d180b1d549e884b9692ba1a4e51a014dcd5 (diff) |
vcl: fix typo
Change-Id: I606be5f7eea9290ac647b0369fcd3c279e9594d0
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/source/gdi/atsui/salatslayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salatslayout.cxx b/vcl/aqua/source/gdi/atsui/salatslayout.cxx index dbe507afae50..55f391c1c381 100644 --- a/vcl/aqua/source/gdi/atsui/salatslayout.cxx +++ b/vcl/aqua/source/gdi/atsui/salatslayout.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#incldue "sal/config.h" +#include "sal/config.h" #include "tools/debug.hxx" |