summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:32:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:33:37 +0200
commitb17af4fa9ba59738818d1cd106e6066e6d1af3be (patch)
tree80b8a5c4a3b8ab2484baa63171efeed82bb7f396 /include/sfx2/objsh.hxx
parent1342a8a4f2fefa83bbf3a006efc6fb87702de618 (diff)
remove unused PREVIEW from SfxObjectCreateMode enum
Change-Id: Idf930f768c978ac8aa53527f6ddb8864d0fdec1d
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index bd9640934714..9a42e24c5917 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -177,7 +177,6 @@ enum class SfxObjectCreateMode
{
EMBEDDED,
STANDARD,
- PREVIEW,
ORGANIZER,
INTERNAL
};