Author: af
Date: Thu Apr  4 08:25:59 2013
New Revision: 1464352

URL: http://svn.apache.org/r1464352
Log:
i121794: Added missing support for some text item slots.

Modified:
    openoffice/branches/sidebar/main/editeng/source/items/textitem.cxx

Modified: openoffice/branches/sidebar/main/editeng/source/items/textitem.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/editeng/source/items/textitem.cxx?rev=1464352&r1=1464351&r2=1464352&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/editeng/source/items/textitem.cxx 
(original)
+++ openoffice/branches/sidebar/main/editeng/source/items/textitem.cxx Thu Apr  
4 08:25:59 2013
@@ -3785,6 +3785,16 @@ void SvxScriptSetItem::GetSlotIds( sal_u
                rAsian = SID_ATTR_CHAR_CJK_LANGUAGE;
                rComplex = SID_ATTR_CHAR_CTL_LANGUAGE;
                break;
+    case SID_ATTR_CHAR_SHADOWED:
+               rLatin = SID_ATTR_CHAR_SHADOWED;
+               rAsian = SID_ATTR_CHAR_SHADOWED;
+               rComplex = SID_ATTR_CHAR_SHADOWED;
+               break;
+       case SID_ATTR_CHAR_STRIKEOUT:
+               rLatin = SID_ATTR_CHAR_STRIKEOUT;
+               rAsian = SID_ATTR_CHAR_STRIKEOUT;
+               rComplex = SID_ATTR_CHAR_STRIKEOUT;
+               break;
        }
 }
 


Reply via email to