summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-12-03 22:54:50 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-12-04 18:23:50 +0100
commit6f9bb9bd767e4bc46424df86a1c3d3f7851e5bfc (patch)
tree726b64642605c24a6ebcaaa75985e69c0f09e48d /sd/inc
parentFix include (diff)
downloadcore-6f9bb9bd767e4bc46424df86a1c3d3f7851e5bfc.tar.gz
core-6f9bb9bd767e4bc46424df86a1c3d3f7851e5bfc.zip
Remove image color conversion menu from Impress
In impress there is (or was) a submenu "Mode" for images that containted color transforms for images to various bitdepths and palettes. The action is destructable - which means the original is replaced by a new image. This also has little use today as I don't think many people want to shrink image (byte) size this way. The only useful transform is to 8-bit indexed for certain types of images to save space without a bigger color degradation, but it makes more sense to add this option to "compress image dialog". Change-Id: I7450b2ec3507fb5d180cbd1ec879cb5560a2dd22
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/app.hrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index c9dd138d1b6d..928a19f722c5 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -212,15 +212,7 @@
#define SID_SNAP_POINTS (SID_SD_START+157)
#define SID_QUICKEDIT (SID_SD_START+158)
#define SID_PICK_THROUGH (SID_SD_START+159)
- // FREE
-#define SID_CONVERT_TO_1BIT_THRESHOLD (SID_SD_START+161)
-#define SID_CONVERT_TO_1BIT_MATRIX (SID_SD_START+162)
-#define SID_CONVERT_TO_4BIT_GRAYS (SID_SD_START+163)
-#define SID_CONVERT_TO_4BIT_COLORS (SID_SD_START+164)
-#define SID_CONVERT_TO_8BIT_GRAYS (SID_SD_START+165)
-#define SID_CONVERT_TO_8BIT_COLORS (SID_SD_START+166)
-#define SID_CONVERT_TO_24BIT (SID_SD_START+167)
- // FREE
+ // FREE 160 - 168
#define SID_DOUBLECLICK_TEXTEDIT (SID_SD_START+169)
#define SID_CLICK_CHANGE_ROTATION (SID_SD_START+170)
#define SID_DRAWTBX_ARROWS (SID_SD_START+171)