summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontent.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index 92c3639bebf0..eede2a33b6bd 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -219,6 +219,8 @@ ResultSetBase* ResultSetFactory::createResultSet()
// XCommandProcessor methods.
+namespace {
+
enum ACTION { NOACTION,
THROWAUTHENTICATIONREQUEST,
THROWACCESSDENIED,
@@ -228,6 +230,8 @@ enum ACTION { NOACTION,
THROWNOFILE,
THROWGENERAL };
+}
+
// virtual
Any SAL_CALL FTPContent::execute( const Command& aCommand,
sal_Int32 /*CommandId*/,