diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-28 11:53:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-28 13:44:17 +0200 |
commit | 0f2ad91a3654a08adf642d0c375545708d6b49ab (patch) | |
tree | b0f57b9756577054decdef7a0b79c4f2e47dc7bc /sw/source/uibase | |
parent | ff37332a81bf42d0905e957183f2ce76710c3294 (diff) |
SwDocShell::Edit return type is sal_uInt16
Change-Id: Ief662e65a8d8ccf4d905f2710fc04abda5c0f5b1
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/app/docst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index 904f19a6270e..d8aa0eadc771 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -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) ) ); |