Kaydet (Commit) baa36ed2 authored tarafından Michael Meeks's avatar Michael Meeks

remove obsolete and unused defines

üst 0e3361c0
...@@ -70,32 +70,17 @@ using ::rtl::OUString; ...@@ -70,32 +70,17 @@ using ::rtl::OUString;
using ::rtl::OString; using ::rtl::OString;
using ::rtl::OStringToOUString; using ::rtl::OStringToOUString;
// define ---------------------------------------------------------------- #define SEARCHPATH_DELIMITER ';'
#define SIGN_STARTVARIABLE OUString( RTL_CONSTASCII_USTRINGPARAM( "$(" ) )
#define SEARCHPATH_DELIMITER ';' #define SIGN_ENDVARIABLE OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ) )
#define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) )
#define SIGN_STARTVARIABLE ASCII_STR("$(")
#define SIGN_ENDVARIABLE ASCII_STR(")")
// Supported variables by the old SvtPathOptions implementation // Supported variables by the old SvtPathOptions implementation
#define SUBSTITUTE_INST "$(inst)" #define SUBSTITUTE_INSTPATH "$(instpath)"
#define SUBSTITUTE_PROG "$(prog)" #define SUBSTITUTE_PROGPATH "$(progpath)"
#define SUBSTITUTE_USER "$(user)" #define SUBSTITUTE_USERPATH "$(userpath)"
#define SUBSTITUTE_INSTPATH "$(instpath)" #define SUBSTITUTE_PATH "$(path)"
#define SUBSTITUTE_PROGPATH "$(progpath)"
#define SUBSTITUTE_USERPATH "$(userpath)" #define STRPOS_NOTFOUND -1
#define SUBSTITUTE_INSTURL "$(insturl)"
#define SUBSTITUTE_PROGURL "$(progurl)"
#define SUBSTITUTE_USERURL "$(userurl)"
#define SUBSTITUTE_PATH "$(path)"
//#define SUBSTITUTE_LANG "$(lang)"
#define SUBSTITUTE_LANGID "$(langid)"
#define SUBSTITUTE_VLANG "$(vlang)"
#define SUBSTITUTE_WORKDIRURL "$(workdirurl)"
#define STRPOS_NOTFOUND -1
struct OUStringHashCode struct OUStringHashCode
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment