Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3615)

Unified Diff: fpdfsdk/src/javascript/Consts.cpp

Issue 1269223002: Quick fix in Consts.cpp to make tests pass after the clang-format CL. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/src/javascript/Consts.cpp
diff --git a/fpdfsdk/src/javascript/Consts.cpp b/fpdfsdk/src/javascript/Consts.cpp
index 5ff5528e29076f7901790961a1c826ceddcf2333..ca8d787ec0f6b4d8ed095b4db8dab46119f64d2a 100644
--- a/fpdfsdk/src/javascript/Consts.cpp
+++ b/fpdfsdk/src/javascript/Consts.cpp
@@ -37,18 +37,18 @@ IMPLEMENT_JS_CLASS_CONST(CJS_Display, display)
/* ------------------------------ font ------------------------------ */
BEGIN_JS_STATIC_CONST(CJS_Font)
-JS_STATIC_CONST_ENTRY_STRING(Times, Times - Roman)
-JS_STATIC_CONST_ENTRY_STRING(TimesB, Times - Bold)
-JS_STATIC_CONST_ENTRY_STRING(TimesI, Times - Italic)
-JS_STATIC_CONST_ENTRY_STRING(TimesBI, Times - BoldItalic)
+JS_STATIC_CONST_ENTRY_STRING(Times, Times-Roman)
+JS_STATIC_CONST_ENTRY_STRING(TimesB, Times-Bold)
+JS_STATIC_CONST_ENTRY_STRING(TimesI, Times-Italic)
+JS_STATIC_CONST_ENTRY_STRING(TimesBI, Times-BoldItalic)
JS_STATIC_CONST_ENTRY_STRING(Helv, Helvetica)
-JS_STATIC_CONST_ENTRY_STRING(HelvB, Helvetica - Bold)
-JS_STATIC_CONST_ENTRY_STRING(HelvI, Helvetica - Oblique)
-JS_STATIC_CONST_ENTRY_STRING(HelvBI, Helvetica - BoldOblique)
+JS_STATIC_CONST_ENTRY_STRING(HelvB, Helvetica-Bold)
+JS_STATIC_CONST_ENTRY_STRING(HelvI, Helvetica-Oblique)
+JS_STATIC_CONST_ENTRY_STRING(HelvBI, Helvetica-BoldOblique)
JS_STATIC_CONST_ENTRY_STRING(Cour, Courier)
-JS_STATIC_CONST_ENTRY_STRING(CourB, Courier - Bold)
-JS_STATIC_CONST_ENTRY_STRING(CourI, Courier - Oblique)
-JS_STATIC_CONST_ENTRY_STRING(CourBI, Courier - BoldOblique)
+JS_STATIC_CONST_ENTRY_STRING(CourB, Courier-Bold)
+JS_STATIC_CONST_ENTRY_STRING(CourI, Courier-Oblique)
+JS_STATIC_CONST_ENTRY_STRING(CourBI, Courier-BoldOblique)
JS_STATIC_CONST_ENTRY_STRING(Symbol, Symbol)
JS_STATIC_CONST_ENTRY_STRING(ZapfD, ZapfDingbats)
END_JS_STATIC_CONST()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698