Kaydet (Commit) 2a7f68c7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: deppending -> depending

üst e8836a3d
...@@ -572,7 +572,7 @@ public: ...@@ -572,7 +572,7 @@ public:
sd::UndoManager* GetUndoManager() const; sd::UndoManager* GetUndoManager() const;
/** converts the given western font height to a corresponding ctl font height, deppending on the system language */ /** converts the given western font height to a corresponding ctl font height, depending on the system language */
static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight ); static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight );
/** Get the style sheet pool if it was a SdStyleSheetPool. /** Get the style sheet pool if it was a SdStyleSheetPool.
......
...@@ -1311,7 +1311,7 @@ void SdDrawDocument::getDefaultFonts( Font& rLatinFont, Font& rCJKFont, Font& rC ...@@ -1311,7 +1311,7 @@ void SdDrawDocument::getDefaultFonts( Font& rLatinFont, Font& rCJKFont, Font& rC
rCTLFont = OutputDevice::GetDefaultFont( DEFAULTFONT_CTL_PRESENTATION, GetLanguage( EE_CHAR_LANGUAGE_CTL ), DEFAULTFONT_FLAGS_ONLYONE ) ; rCTLFont = OutputDevice::GetDefaultFont( DEFAULTFONT_CTL_PRESENTATION, GetLanguage( EE_CHAR_LANGUAGE_CTL ), DEFAULTFONT_FLAGS_ONLYONE ) ;
} }
/* converts the given western font height to a corresponding ctl font height, deppending on the system language */ /* converts the given western font height to a corresponding ctl font height, depending on the system language */
sal_uInt32 SdDrawDocument::convertFontHeightToCTL( sal_uInt32 nWesternFontHeight ) sal_uInt32 SdDrawDocument::convertFontHeightToCTL( sal_uInt32 nWesternFontHeight )
{ {
LanguageType eRealCTLLanguage = Application::GetSettings().GetLanguageTag().getLanguageType(); LanguageType eRealCTLLanguage = Application::GetSettings().GetLanguageTag().getLanguageType();
......
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