Kaydet (Commit) 9813a2ec authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Color config cleanup: last bits remaining removed

üst 5d8e27d7
......@@ -403,12 +403,12 @@
<value xsi:nil="true"/>
</prop>
</node>
<node oor:name="WriterPageBreaks">
<node oor:name="WriterHeaderFooterMark">
<prop oor:name="Color">
<value xsi:nil="true"/>
</prop>
</node>
<node oor:name="WriterHeaderFooterMark">
<node oor:name="WriterPageBreaks">
<prop oor:name="Color">
<value xsi:nil="true"/>
</prop>
......
......@@ -283,23 +283,23 @@
</info>
</prop>
</group>
<group oor:name="WriterPageBreaks">
<group oor:name="WriterHeaderFooterMark">
<info>
<desc>Specifies the settings for the page break mark in Writer.</desc>
<desc>Specifies the settings for the header/footer mark in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc>Specifies the color used for the page break mark.</desc>
<desc>Specifies the color used for the header/footer mark.</desc>
</info>
</prop>
</group>
<group oor:name="WriterHeaderFooterMark">
<group oor:name="WriterPageBreaks">
<info>
<desc>Specifies the settings for the header/footer mark in Writer.</desc>
<desc>Specifies the settings for the page break mark in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc>Specifies the color used for the header/footer mark.</desc>
<desc>Specifies the color used for the page break mark.</desc>
</info>
</prop>
</group>
......
......@@ -134,7 +134,6 @@ uno::Sequence< OUString> ColorConfig_Impl::GetPropertyNames(const rtl::OUString&
{ RTL_CONSTASCII_USTRINGPARAM("/FontColor") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/Links") ,sal_True },
{ RTL_CONSTASCII_USTRINGPARAM("/LinksVisited") ,sal_True },
{ RTL_CONSTASCII_USTRINGPARAM("/Anchor") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/Spell") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/SmartTags") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/Shadow") , sal_True },
......@@ -159,8 +158,6 @@ uno::Sequence< OUString> ColorConfig_Impl::GetPropertyNames(const rtl::OUString&
{ RTL_CONSTASCII_USTRINGPARAM("/CalcReference") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/CalcNotesBackground") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/DrawGrid") ,sal_True },
{ RTL_CONSTASCII_USTRINGPARAM("/DrawDrawing") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/DrawFill") ,sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/BASICIdentifier"), sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/BASICComment") , sal_False },
{ RTL_CONSTASCII_USTRINGPARAM("/BASICNumber") , sal_False },
......
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