diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 18:32:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-28 10:21:14 +0200 |
commit | db72475a51813edc4f6057c85d9a595841be4bcf (patch) | |
tree | f757b7ffdee156b3b678aaa3b881d2f68ba634c8 /include/sfx2/dispatch.hxx | |
parent | d6690c1cae0264dccd4b663206284a450c7d5733 (diff) |
SfxDispatcher::GetShellAndSlot_Impl return type wants to be bool
Change-Id: I7897ce11621a7aac991ea64897d8fdeb06c3d2d7
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r-- | include/sfx2/dispatch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index 971082db02ee..c6c2425c302c 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -185,7 +185,7 @@ public: SAL_DLLPRIVATE void SetMenu_Impl(); SAL_DLLPRIVATE void Update_Impl( bool bForce = false ); // ObjectBars etc. SAL_DLLPRIVATE bool IsUpdated_Impl() const; - SAL_DLLPRIVATE int GetShellAndSlot_Impl( sal_uInt16 nSlot, SfxShell **ppShell, const SfxSlot **ppSlot, + SAL_DLLPRIVATE bool GetShellAndSlot_Impl( sal_uInt16 nSlot, SfxShell **ppShell, const SfxSlot **ppSlot, bool bOwnShellsOnly, bool bModal, bool bRealSlot=true ); SAL_DLLPRIVATE void SetReadOnly_Impl( bool bOn ); SAL_DLLPRIVATE bool GetReadOnly_Impl() const; |