summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-26 10:10:46 +0200
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-27 22:47:25 +0200
commit2f5ab5b8e7bd7dd06e00153abb77a69e5d192dd2 (patch)
treeec245949dc87486fe4cfe794b7f7a0e9ee7f1df7
parentfaeb8adf4b12a62919fbf961f65181964cce5325 (diff)
Drop now unused option-stream identifiers
Change-Id: Id08e41e11b8027339e58ab182739087030e66eef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166754 Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Tested-by: Jenkins
-rw-r--r--sd/inc/glob.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx
index ad4ce9f3584c..5905601507b6 100644
--- a/sd/inc/glob.hxx
+++ b/sd/inc/glob.hxx
@@ -50,8 +50,4 @@
// Separator between layout name and template name of presentation templates
inline constexpr OUString SD_LT_SEPARATOR = u"~LT~"_ustr;
-// option-stream identifier
-#define SD_OPTION_MORPHING u"Morph"
-#define SD_OPTION_VECTORIZE u"Vectorize"
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */