summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:37:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:41:48 +0100
commit1474d5c9c3274579efc9793614e830725b9384ca (patch)
tree88e7ab31632eb7305c3d4b4376745f5dc1467856 /vcl
parentTypo: wraped -> wrapped (diff)
downloadcore-1474d5c9c3274579efc9793614e830725b9384ca.tar.gz
core-1474d5c9c3274579efc9793614e830725b9384ca.zip
-Typo: falback -> fallback
Change-Id: Ic6ad17315d0d4566971f006e3a8736e1608eb934
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 541f881a4091..3f07a2bdeaa4 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -669,7 +669,7 @@ sal_uLong StyleSettings::GetAutoSymbolsStyle() const
else
nRet = STYLE_SYMBOLS_TANGO;
- // falback to any existing style
+ // fallback to any existing style
if ( ! CheckSymbolStyle (nRet) )
{
for ( sal_uLong n = 0 ; n <= STYLE_SYMBOLS_THEMES_MAX ; n++ )