Kaydet (Commit) 1474d5c9 authored tarafından Julien Nabet's avatar Julien Nabet

-Typo: falback -> fallback

Change-Id: Ic6ad17315d0d4566971f006e3a8736e1608eb934
üst 49801a29
...@@ -669,7 +669,7 @@ sal_uLong StyleSettings::GetAutoSymbolsStyle() const ...@@ -669,7 +669,7 @@ sal_uLong StyleSettings::GetAutoSymbolsStyle() const
else else
nRet = STYLE_SYMBOLS_TANGO; nRet = STYLE_SYMBOLS_TANGO;
// falback to any existing style // fallback to any existing style
if ( ! CheckSymbolStyle (nRet) ) if ( ! CheckSymbolStyle (nRet) )
{ {
for ( sal_uLong n = 0 ; n <= STYLE_SYMBOLS_THEMES_MAX ; n++ ) for ( sal_uLong n = 0 ; n <= STYLE_SYMBOLS_THEMES_MAX ; n++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment