summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 11:53:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:17 +0200
commit0f2ad91a3654a08adf642d0c375545708d6b49ab (patch)
treeb0f57b9756577054decdef7a0b79c4f2e47dc7bc
parentff37332a81bf42d0905e957183f2ce76710c3294 (diff)
SwDocShell::Edit return type is sal_uInt16
Change-Id: Ief662e65a8d8ccf4d905f2710fc04abda5c0f5b1
-rw-r--r--sw/source/uibase/app/docst.cxx2
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) ) );