diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-08 02:10:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-09 00:30:40 +0900 |
commit | 274b4272fa5e819e484935e9c65676d8d3f7ff3a (patch) | |
tree | 0ff18e69f855c98f57f9f82bac3f663b880c14be /desktop | |
parent | bcdb2f161ec9b76ce65d608756c9aecddfe15ac2 (diff) |
Removed dead define
It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/appinit.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 <unotools/internaloptions.hxx> -#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; |