summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-11-08 18:11:48 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-11 07:25:05 +0100
commitce470df92913ffc1849de90b9fd6a2a9d69b8e33 (patch)
tree3d4ba2ba8567dd52eb2b1ce08bca2cd21997bf26 /include
parent0b4d0c87fe201b7cc7f49b2dc14c134c95558a30 (diff)
sfx2: Replace SfxViewShell::DiscardClients_Impl()
with DisconnectAllClients() because both do the same ever since 17a91c18edea240a35a12a573933917240e9fb4a. Change-Id: I17639670d0fb787c69a53e8992f706937665d7b3 Reviewed-on: https://gerrit.libreoffice.org/44447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/viewsh.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index d9467fb2aa47..7c9929fbbe9e 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -298,7 +298,6 @@ public:
SAL_DLLPRIVATE void NewIPClient_Impl( SfxInPlaceClient *pIPClient );
SAL_DLLPRIVATE void IPClientGone_Impl( SfxInPlaceClient const *pIPClient );
SAL_DLLPRIVATE void ResetAllClients_Impl( SfxInPlaceClient const *pIP );
- SAL_DLLPRIVATE void DiscardClients_Impl();
SAL_DLLPRIVATE void SetPrinter_Impl( VclPtr<SfxPrinter>& pNewPrinter );
SAL_DLLPRIVATE bool IsShowView_Impl() const;