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

Remove newly meaningless comment

...after d35adb08 "Retain the original project
name"

Change-Id: I9b351c79914bf31f2afcc69f3888fee9ea8b10ed
üst 46c4be15
...@@ -379,7 +379,7 @@ void writePROJECTCODEPAGE(SvStream& rStrm) ...@@ -379,7 +379,7 @@ void writePROJECTCODEPAGE(SvStream& rStrm)
void writePROJECTNAME(SvStream& rStrm, const OUString& name) void writePROJECTNAME(SvStream& rStrm, const OUString& name)
{ {
rStrm.WriteUInt16(0x0004); // id rStrm.WriteUInt16(0x0004); // id
sal_uInt32 sizeOfProjectName = name.getLength(); // for project name "VBAProject" sal_uInt32 sizeOfProjectName = name.getLength();
rStrm.WriteUInt32(sizeOfProjectName); // sizeOfProjectName rStrm.WriteUInt32(sizeOfProjectName); // sizeOfProjectName
exportString(rStrm, name); // ProjectName exportString(rStrm, name); // ProjectName
} }
......
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