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

-Wc++11-narrowing

Change-Id: I044033ca41dea75dc438bc3989d067fc8e70b9fc
üst 7bce8c2e
...@@ -643,7 +643,7 @@ sal_uLong XMLReader::Read( SwDoc &rDoc, const String& rBaseURL, SwPaM &rPaM, con ...@@ -643,7 +643,7 @@ sal_uLong XMLReader::Read( SwDoc &rDoc, const String& rBaseURL, SwPaM &rPaM, con
{ "TextDocInOOoFileFormat", sizeof("TextDocInOOoFileFormat")-1, 0, { "TextDocInOOoFileFormat", sizeof("TextDocInOOoFileFormat")-1, 0,
&::getBooleanCppuType(), &::getBooleanCppuType(),
beans::PropertyAttribute::MAYBEVOID, 0 }, beans::PropertyAttribute::MAYBEVOID, 0 },
{ "SourceStorage", strlen( "SourceStorage" ), 0, &embed::XStorage::static_type(), { "SourceStorage", sizeof("SourceStorage")-1, 0, &embed::XStorage::static_type(),
::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 }, ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
{ NULL, 0, 0, NULL, 0, 0 } { NULL, 0, 0, NULL, 0, 0 }
}; };
......
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