Fix typos

Change-Id: If6fafa1ef192411a9d59ef9a4ef4d7f522c67f66
Reviewed-on: https://gerrit.libreoffice.org/55964
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Andrea Gelmini
2018-06-18 21:56:34 +02:00
committed by Adolfo Jayme Barrientos
parent 02119ce226
commit ec35d2b0b9
8 changed files with 8 additions and 8 deletions

View File

@@ -871,7 +871,7 @@ cmd/sc_dsbrowserexplorer.png cmd/sc_showfmexplorer.png
cmd/lc_savesimple.png cmd/lc_save.png
cmd/sc_savesimple.png cmd/sc_save.png
# Underline includ language support
# Underline include language support
cmd/lc_underlinesimple.png cmd/lc_underline.png
cmd/sc_underlinesimple.png cmd/sc_underline.png
cmd/32/underlinesimple.png cmd/32/underline.png

View File

@@ -871,7 +871,7 @@ cmd/sc_dsbrowserexplorer.png cmd/sc_showfmexplorer.png
cmd/lc_savesimple.png cmd/lc_save.png
cmd/sc_savesimple.png cmd/sc_save.png
# Underline includ language support
# Underline include language support
cmd/lc_underlinesimple.png cmd/lc_underline.png
cmd/sc_underlinesimple.png cmd/sc_underline.png
cmd/32/underlinesimple.png cmd/32/underline.png

View File

@@ -975,7 +975,7 @@ cmd/sc_sbabrwinsert.png cmd/sc_insertfieldctrl.png
cmd/lc_savesimple.png cmd/lc_save.png
cmd/sc_savesimple.png cmd/sc_save.png
# Underline includ language support
# Underline include language support
cmd/lc_underlinesimple.png cmd/lc_underline.png
cmd/sc_underlinesimple.png cmd/sc_underline.png
cmd/32/underlinesimple.png cmd/32/underline.png

View File

@@ -863,7 +863,7 @@ cmd/sc_dsbrowserexplorer.png cmd/sc_showfmexplorer.png
cmd/lc_savesimple.png cmd/lc_save.png
cmd/sc_savesimple.png cmd/sc_save.png
# Underline includ language support
# Underline include language support
cmd/lc_underlinesimple.png cmd/lc_underline.png
cmd/sc_underlinesimple.png cmd/sc_underline.png

View File

@@ -1974,7 +1974,7 @@ uno::Reference<XAccessible > SAL_CALL
xAccessible = GetAccessibleSpreadsheet();
}
OSL_ENSURE(xAccessible.is(), "here should always be an accessible object or a exception throwed");
OSL_ENSURE(xAccessible.is(), "here should always be an accessible object or an exception thrown");
return xAccessible;
}

View File

@@ -577,7 +577,7 @@ void SdrEditView::CheckPossibilities()
}
}
// Must be resizeable to allow cropping
// Must be resizable to allow cropping
if (!aInfo.bResizeFreeAllowed && !aInfo.bResizePropAllowed)
bCropAllowed = false;

View File

@@ -37,7 +37,7 @@
#define STR_FONT_FEATURE_ID_DCAP NC_("STR_FONT_FEATURE_ID_DCAP", "Drop Caps")
#define STR_FONT_FEATURE_ID_DLIG NC_("STR_FONT_FEATURE_ID_DLIG", "Discretionary Ligatures")
#define STR_FONT_FEATURE_ID_DNOM NC_("STR_FONT_FEATURE_ID_DNOM", "Denominators")
#define STR_FONT_FEATURE_ID_DPNG NC_("STR_FONT_FEATURE_ID_DPNG", "Dipthongs (Obsolete)")
#define STR_FONT_FEATURE_ID_DPNG NC_("STR_FONT_FEATURE_ID_DPNG", "Diphthongs (Obsolete)")
#define STR_FONT_FEATURE_ID_EXPT NC_("STR_FONT_FEATURE_ID_EXPT", "Expert Forms")
#define STR_FONT_FEATURE_ID_FALT NC_("STR_FONT_FEATURE_ID_FALT", "Final Glyph on Line Alternates")
#define STR_FONT_FEATURE_ID_FRAC NC_("STR_FONT_FEATURE_ID_FRAC", "DIagonal Fractions")

View File

@@ -149,7 +149,7 @@ void FontFeatureTest::testParseFeature()
}
{
// Multiple features specified, explicit values
// Only 4 char parameter names supported - "toolong" is too long and igoned
// Only 4 char parameter names supported - "toolong" is too long and ignored
// If value is 0, it should be also ignored
vcl::font::FeatureParser aParser("Font name:abcd=1&bcde=0&toolong=1&cdef=3");
CPPUNIT_ASSERT_EQUAL(size_t(2), aParser.getFeatures().size());