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;
|
break;
|
||||||
default:
|
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
|
* 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>
|
* <code>MediaDescriptor</code>
|
||||||
*
|
*
|
||||||
* Syntax of files.csv:
|
* 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
|
* 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>
|
* <code>MediaDescriptor</code>
|
||||||
*
|
*
|
||||||
* Syntax of files.csv:
|
* Syntax of files.csv:
|
||||||
|
@@ -106,7 +106,7 @@ public:
|
|||||||
request data with a new one that reflects recent changes in the
|
request data with a new one that reflects recent changes in the
|
||||||
content of the page object.
|
content of the page object.
|
||||||
@return
|
@return
|
||||||
When the key is kown then return <TRUE/>.
|
When the key is known then return <TRUE/>.
|
||||||
*/
|
*/
|
||||||
bool InvalidatePreviewBitmap (const CacheKey aKey);
|
bool InvalidatePreviewBitmap (const CacheKey aKey);
|
||||||
|
|
||||||
|
@@ -343,7 +343,7 @@ void WindowUIObject::execute(const OUString& rAction,
|
|||||||
|
|
||||||
if (!bHandled)
|
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;
|
defFontheight = maxFontheight;
|
||||||
|
|
||||||
// if the UI is korean, chinese or another locale
|
// 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
|
// generate readable fonts enforce a minimum font size of 9 points
|
||||||
bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType());
|
bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType());
|
||||||
if (bBrokenLangFontHeight)
|
if (bBrokenLangFontHeight)
|
||||||
|
Reference in New Issue
Block a user