From 274b4272fa5e819e484935e9c65676d8d3f7ff3a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 8 Mar 2012 02:10:49 +0900 Subject: Removed dead define It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba --- desktop/source/app/appinit.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index 076899dda687..fe8618a4a5dc 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -72,10 +72,6 @@ #include -#define DEFINE_CONST_OUSTRING(CONSTASCII) OUString(RTL_CONSTASCII_USTRINGPARAM(CONSTASCII)) - -#define DESKTOP_TEMPDIRNAME "soffice.tmp" - using namespace desktop; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -- cgit