Kaydet (Commit) 127840be authored tarafından Michael Stahl's avatar Michael Stahl

AquaA11yTextAttributesWrapper: trigraphs confuse llvm-g++ 4.2.1

Change-Id: Ic45a2219c8352625f40619373f5828b981864fef
üst 48f03861
...@@ -64,7 +64,7 @@ using namespace ::rtl; ...@@ -64,7 +64,7 @@ using namespace ::rtl;
+(int)convertItalicStyle:(PropertyValue)property { +(int)convertItalicStyle:(PropertyValue)property {
int italicStyle = 0; int italicStyle = 0;
sal_Int16 value = property.Value.get<::css_awt::FontSlant>(); sal_Int16 value = property.Value.get< ::css_awt::FontSlant>();
if ( value == ::css_awt::FontSlant_ITALIC ) { if ( value == ::css_awt::FontSlant_ITALIC ) {
italicStyle = NSItalicFontMask; italicStyle = NSItalicFontMask;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment