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

SwDocShell::Edit return type is sal_uInt16

Change-Id: Ief662e65a8d8ccf4d905f2710fc04abda5c0f5b1
üst ff37332a
......@@ -744,7 +744,7 @@ sal_uInt16 SwDocShell::Edit(
}
if(!pStyle)
return sal_False;
return 0;
// put dialogues together
rtl::Reference< SwDocStyleSheet > xTmp( new SwDocStyleSheet( *static_cast<SwDocStyleSheet*>(pStyle) ) );
......
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