summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /include/unotools
parent0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff)
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/configvaluecontainer.hxx1
-rw-r--r--include/unotools/linguprops.hxx8
2 files changed, 0 insertions, 9 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index d83e814f16ac..c06f172ea00e 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -26,7 +26,6 @@
namespace utl
{
-#define CVC_READONLY_ACCESS 0x0000
#define CVC_UPDATE_ACCESS 0x0001
#define CVC_LAZY_UPDATE 0x0000
diff --git a/include/unotools/linguprops.hxx b/include/unotools/linguprops.hxx
index 4ad625eedadf..346a314503e4 100644
--- a/include/unotools/linguprops.hxx
+++ b/include/unotools/linguprops.hxx
@@ -63,14 +63,6 @@
#define UPN_IS_TRANSLATE_COMMON_TERMS "IsTranslateCommonTerms"
#define UPN_IS_REVERSE_MAPPING "IsReverseMapping"
-// new UNO propertynames to be used with 'dictionaries as extensions'
-#define UPN_DICTIONARIES "Dictionaries"
-#define UPN_SPELL_CHECKERS "SpellCheckers"
-#define UPN_HYPHENATORS "Hyphenators"
-#define UPN_THESAURI "Thesauri"
-#define UPN_CURRENT_ACTIVE_DICTIONARIES "CurrentActiveDictionaries"
-#define UPN_LAST_ACTIVE_DICTIONARIES "LastActiveDictionaries"
-
#define UPN_IS_GRAMMAR_AUTO "IsAutoGrammarCheck"
#define UPN_IS_GRAMMAR_INTERACTIVE "IsInteractiveGrammarCheck"