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