Typo: (un)kown->(un)known
Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2 Reviewed-on: https://gerrit.libreoffice.org/28801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
@@ -540,7 +540,7 @@ sal_Int16 ODatabaseExport::CheckString(const OUString& aCheckToken, sal_Int16 _n
|
||||
}
|
||||
break;
|
||||
default:
|
||||
SAL_WARN("dbaccess.ui", "ODatabaseExport: Unkown NumberFormat");
|
||||
SAL_WARN("dbaccess.ui", "ODatabaseExport: Unknown NumberFormat");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -237,7 +237,7 @@ public class TypeDetection extends ComplexTestCase {
|
||||
|
||||
/**
|
||||
* The <code>MediaDescriptor</code> was filled with the URL of a file. The
|
||||
* <code>type</code> of the file is kown and must be returned by
|
||||
* <code>type</code> of the file is known and must be returned by
|
||||
* <code>MediaDescriptor</code>
|
||||
*
|
||||
* Syntax of files.csv:
|
||||
@@ -338,7 +338,7 @@ public class TypeDetection extends ComplexTestCase {
|
||||
|
||||
/**
|
||||
* The <code>MediaDescriptor</code> was filled with the URL of a file. The
|
||||
* <code>type</code> of the file is kown and must be returned by
|
||||
* <code>type</code> of the file is known and must be returned by
|
||||
* <code>MediaDescriptor</code>
|
||||
*
|
||||
* Syntax of files.csv:
|
||||
|
@@ -106,7 +106,7 @@ public:
|
||||
request data with a new one that reflects recent changes in the
|
||||
content of the page object.
|
||||
@return
|
||||
When the key is kown then return <TRUE/>.
|
||||
When the key is known then return <TRUE/>.
|
||||
*/
|
||||
bool InvalidatePreviewBitmap (const CacheKey aKey);
|
||||
|
||||
|
@@ -343,7 +343,7 @@ void WindowUIObject::execute(const OUString& rAction,
|
||||
|
||||
if (!bHandled)
|
||||
{
|
||||
SAL_WARN("vcl.uitest", "unkown action or parameter for " << get_name() << ". Action: " << rAction);
|
||||
SAL_WARN("vcl.uitest", "unknown action or parameter for " << get_name() << ". Action: " << rAction);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -166,7 +166,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl )
|
||||
defFontheight = maxFontheight;
|
||||
|
||||
// if the UI is korean, chinese or another locale
|
||||
// where the system font size is kown to be often too small to
|
||||
// where the system font size is known to be often too small to
|
||||
// generate readable fonts enforce a minimum font size of 9 points
|
||||
bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType());
|
||||
if (bBrokenLangFontHeight)
|
||||
|
Reference in New Issue
Block a user