From f019eea0f50a997000088482cd564352bf67bab9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 1 Apr 2013 10:37:06 +0300 Subject: SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1fd581c8ca44cfb48184d8a17e6077707f038bd4 Reviewed-on: https://gerrit.libreoffice.org/3148 Reviewed-by: Luboš Luňák Tested-by: Luboš Luňák --- sfx2/source/appl/workwin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index cce1d39d2ddc..410810257777 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -1225,8 +1225,6 @@ sal_Bool SfxWorkWindow::IsVisible_Impl( sal_uInt16 nMode ) const return sal_True; case SFX_VISIBILITY_UNVISIBLE: return sal_False; - case SFX_VISIBILITY_PLUGSERVER: - case SFX_VISIBILITY_PLUGCLIENT: case SFX_VISIBILITY_CLIENT: case SFX_VISIBILITY_SERVER: return !!(nMode & nUpdateMode); -- cgit