From d80e0a7f9fb36503e872e022af65899d55080790 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 4 Apr 2016 09:38:55 -0700 Subject: Remove _FXBSTR* and calls to FX_BSTRC. This CL removes _FXBSTR and changes FPDF_AbbrPair to hold two FX_CHAR pointers. The two remaining uses of FX_BSTRC() were in unused FDE_CSS defines which have been removed. BUG=pdfium:151 Review URL: https://codereview.chromium.org/1847333004 --- xfa/fde/css/fde_css.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xfa/fde/css/fde_css.h') diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index d2b67d294e..6a1b0d6543 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -459,8 +459,7 @@ class IFDE_CSSStyleSheet : public IFX_Unknown { virtual IFDE_CSSRule* GetRule(int32_t index) = 0; }; typedef CFX_ArrayTemplate CFDE_CSSStyleSheetArray; -#define FDE_CSSUSERSTYLESHEET (FX_BSTRC("#USERSHEET")) -#define FDE_CSSUAGENTSTYLESHEET (FX_BSTRC("#AGENTSHEET")) + class IFDE_CSSStyleSheetCache { public: static IFDE_CSSStyleSheetCache* Create(); -- cgit v1.2.3