summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/celllistsource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/celllistsource.cxx')
-rw-r--r--sc/source/ui/unoobj/celllistsource.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/celllistsource.cxx b/sc/source/ui/unoobj/celllistsource.cxx
index 46f09484211c..d921aa596d47 100644
--- a/sc/source/ui/unoobj/celllistsource.cxx
+++ b/sc/source/ui/unoobj/celllistsource.cxx
@@ -27,10 +27,10 @@
#include <com/sun/star/beans/NamedValue.hpp>
#include <cppuhelper/supportsservice.hxx>
-//.........................................................................
+
namespace calc
{
-//.........................................................................
+
#define PROP_HANDLE_RANGE_ADDRESS 1
@@ -44,9 +44,9 @@ namespace calc
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::form::binding;
- //=====================================================================
+
//= OCellListSource
- //=====================================================================
+
DBG_NAME( OCellListSource )
#ifdef DBG_UTIL
@@ -422,8 +422,8 @@ namespace calc
m_bInitialized = true;
}
-//.........................................................................
+
} // namespace calc
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */