summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellvaluebinding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/cellvaluebinding.cxx')
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx
index e51adc65c90f..9d4a9bb7a9ca 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.cxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.cxx
@@ -31,10 +31,10 @@
#include <com/sun/star/util/NumberFormat.hpp>
#include <cppuhelper/supportsservice.hxx>
-//.........................................................................
+
namespace calc
{
-//.........................................................................
+
#define PROP_HANDLE_BOUND_CELL 1
@@ -48,9 +48,9 @@ namespace calc
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::form::binding;
- //=====================================================================
+
//= OCellValueBinding
- //=====================================================================
+
DBG_NAME( OCellValueBinding )
#ifdef DBG_UTIL
@@ -635,8 +635,8 @@ namespace calc
}
-//.........................................................................
+
} // namespace calc
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */