From 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Dec 2014 09:47:48 +0200 Subject: brute-force find-and-remove of unused #define constants. Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb --- xmlhelp/source/cxxhelp/provider/provider.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/provider.hxx b/xmlhelp/source/cxxhelp/provider/provider.hxx index b7fbc6605fa3..5a71b07159b4 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.hxx +++ b/xmlhelp/source/cxxhelp/provider/provider.hxx @@ -34,17 +34,14 @@ namespace chelp { // create instances of the provider. #define MYUCP_CONTENT_PROVIDER_SERVICE_NAME1 "com.sun.star.help.XMLHelp" -#define MYUCP_CONTENT_PROVIDER_SERVICE_NAME_LENGTH1 25 #define MYUCP_CONTENT_PROVIDER_SERVICE_NAME2 "com.sun.star.ucb.HelpContentProvider" -#define MYUCP_CONTENT_PROVIDER_SERVICE_NAME_LENGTH2 36 // URL scheme. This is the scheme the provider will be able to create // contents for. The UCB will select the provider ( i.e. in order to create // contents ) according to this scheme. #define MYUCP_URL_SCHEME "vnd.sun.star.help" -#define MYUCP_URL_SCHEME_LENGTH 18 #define MYUCP_CONTENT_TYPE "application/vnd.sun.star.xmlhelp" // UCB Content Type. class Databases; -- cgit