Kaydet (Commit) f77ecf65 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

MSVC: Conversion loses qualifiers

Change-Id: Iaf6678660f3d6b9c8a7ef018013311f8af553dc2
üst 675f723f
...@@ -875,7 +875,7 @@ void wwFontHelper::WriteFontTable(SvStream *pTableStream, WW8Fib& rFib) ...@@ -875,7 +875,7 @@ void wwFontHelper::WriteFontTable(SvStream *pTableStream, WW8Fib& rFib)
} }
} }
void wwFontHelper::WriteFontTable( const DocxAttributeOutput& rAttrOutput ) void wwFontHelper::WriteFontTable( DocxAttributeOutput& rAttrOutput )
{ {
::std::vector<const wwFont *> aFontList( AsVector() ); ::std::vector<const wwFont *> aFontList( AsVector() );
......
...@@ -318,7 +318,7 @@ public: ...@@ -318,7 +318,7 @@ public:
sal_uInt16 GetId(const SvxFontItem& rFont); sal_uInt16 GetId(const SvxFontItem& rFont);
sal_uInt16 GetId(const wwFont& rFont); sal_uInt16 GetId(const wwFont& rFont);
void WriteFontTable( SvStream *pTableStream, WW8Fib& pFib ); void WriteFontTable( SvStream *pTableStream, WW8Fib& pFib );
void WriteFontTable( const DocxAttributeOutput& rAttrOutput ); void WriteFontTable( DocxAttributeOutput& rAttrOutput );
void WriteFontTable( const RtfAttributeOutput& rAttrOutput ); void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
/// If true, all fonts are loaded before processing the document. /// If true, all fonts are loaded before processing the document.
......
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