diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:24:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:42 +0200 |
commit | 00240d049790d11c4ef35de7a294819107197efd (patch) | |
tree | 6479f4fee0eac540ca6d0b80552834f2b19e4364 /ucb | |
parent | d341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff) |
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpcontent.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_storage.cxx | 11 |
2 files changed, 0 insertions, 16 deletions
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 @@ -41,11 +41,6 @@ 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 <memory> #include "com/sun/star/beans/XPropertySet.hpp" |