[Libreoffice-commits] .: unotools/source

François Tigeot ftigeot at kemper.freedesktop.org
Mon Jul 18 05:09:48 PDT 2011


 unotools/source/ucbhelper/xtempfile.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cbb379411e0d5915339710dd2806c1e13f2959d8
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Mon Jul 18 14:07:26 2011 +0200

    Remove an unused #define

diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx
index 94f78f4..5d75927 100644
--- a/unotools/source/ucbhelper/xtempfile.cxx
+++ b/unotools/source/ucbhelper/xtempfile.cxx
@@ -37,10 +37,6 @@
 
 namespace css = com::sun::star;
 
-// copy define from desktop\source\app\appinit.cxx
-
-#define DESKTOP_TEMPNAMEBASE_DIR	"/temp/soffice.tmp"
-
 OTempFileService::OTempFileService(::css::uno::Reference< ::css::uno::XComponentContext > const & context)
 : ::cppu::PropertySetMixin< ::css::io::XTempFile >(
     context


More information about the Libreoffice-commits mailing list