summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-01 10:37:06 +0300
committerLuboš Luňák <l.lunak@suse.cz>2013-04-02 16:31:50 +0000
commitf019eea0f50a997000088482cd564352bf67bab9 (patch)
tree24e3a07fd7614aa6bf82fa844ab492446c2a8d94 /sfx2/source
parentff85b2c3d19136ea4d66f6555158e2a52da6e413 (diff)
SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unused
Change-Id: I1fd581c8ca44cfb48184d8a17e6077707f038bd4 Reviewed-on: https://gerrit.libreoffice.org/3148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/workwin.cxx2
1 files changed, 0 insertions, 2 deletions
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);