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

SwDocShell::ApplyStyles return type is sal_uInt16

Change-Id: I90eb30fffcee8c443b6ed464721d8ce0c217fcdb
üst 0f2ad91a
...@@ -914,7 +914,7 @@ sal_uInt16 SwDocShell::ApplyStyles(const OUString &rName, sal_uInt16 nFamily, ...@@ -914,7 +914,7 @@ sal_uInt16 SwDocShell::ApplyStyles(const OUString &rName, sal_uInt16 nFamily,
SAL_WARN_IF( !pStyle, "sw.ui", "Style not found" ); SAL_WARN_IF( !pStyle, "sw.ui", "Style not found" );
if(!pStyle) if(!pStyle)
return sal_False; return 0;
SwWrtShell *pSh = pShell ? pShell : GetWrtShell(); SwWrtShell *pSh = pShell ? pShell : GetWrtShell();
......
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