summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:37:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:06 +0200
commit2a7f68c776418c28301aa022493cd0e25f75cb81 (patch)
treed069f750fc577954c341a0798beb4ace8018a948
parente8836a3de860daf97b995f05f02fc30dac8adfbe (diff)
typo: deppending -> depending
-rw-r--r--sd/inc/drawdoc.hxx2
-rw-r--r--sd/source/core/drawdoc4.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 80f8095ec255..180caf5466de 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -572,7 +572,7 @@ public:
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 );
/** Get the style sheet pool if it was a SdStyleSheetPool.
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index 71a2dc210ee6..be6a43b9f52c 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -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 ) ;
}
-/* 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 )
{
LanguageType eRealCTLLanguage = Application::GetSettings().GetLanguageTag().getLanguageType();