summaryrefslogtreecommitdiff
path: root/sfx2/inc
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/inc
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/inc')
-rw-r--r--sfx2/inc/sfx2/shell.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/inc/sfx2/shell.hxx b/sfx2/inc/sfx2/shell.hxx
index 344294a33c04..cba6efaf8e36 100644
--- a/sfx2/inc/sfx2/shell.hxx
+++ b/sfx2/inc/sfx2/shell.hxx
@@ -336,11 +336,7 @@ inline void SfxShell::SetPool
#define SFX_POSITION_MASK 0x000F
#define SFX_VISIBILITY_MASK 0xFFF0
#define SFX_VISIBILITY_UNVISIBLE 0x0000 // Never visible
-#define SFX_VISIBILITY_PLUGSERVER 0x0010
-#define SFX_VISIBILITY_PLUGCLIENT 0x0020
#define SFX_VISIBILITY_VIEWER 0x0040
- // One is still free!
-#define SFX_VISIBILITY_RECORDING 0x0200
#define SFX_VISIBILITY_READONLYDOC 0x0400
#define SFX_VISIBILITY_DESKTOP 0x0800
#define SFX_VISIBILITY_STANDARD 0x1000