From 00240d049790d11c4ef35de7a294819107197efd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 1 Jul 2012 18:24:05 +0200 Subject: Remove unused defines Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565 --- ucb/source/ucp/ftp/ftpcontent.hxx | 5 ----- ucb/source/ucp/tdoc/tdoc_storage.cxx | 11 ----------- 2 files changed, 16 deletions(-) (limited to 'ucb/source') diff --git a/ucb/source/ucp/ftp/ftpcontent.hxx b/ucb/source/ucp/ftp/ftpcontent.hxx index 1f0da6f0d554..2597393b5948 100644 --- a/ucb/source/ucp/ftp/ftpcontent.hxx +++ b/ucb/source/ucp/ftp/ftpcontent.hxx @@ -39,11 +39,6 @@ namespace com { namespace sun { namespace star { namespace sdbc { namespace ftp { -//========================================================================= - -// UNO service name for the content. -#define FTP_CONTENT_SERVICE_NAME "com.sun.star.ucb.FTPContent" - //========================================================================= class FTPContentProvider; diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx index 501f4e32fae0..ca2a8ce7eca6 100644 --- a/ucb/source/ucp/tdoc/tdoc_storage.cxx +++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx @@ -26,17 +26,6 @@ * ************************************************************************/ - -/************************************************************************** - TODO - ************************************************************************** - - - remove root storage access workaround - - *************************************************************************/ - -#define ROOTSTORAGE_ACCESS_WORKAROUND 1 - #include #include "com/sun/star/beans/XPropertySet.hpp" -- cgit