summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-27 11:47:06 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-27 14:00:28 +0200
commitbab0c4fc0c8b1213869f42a5ed3029f901323828 (patch)
treea2fd0ccfcb3695182eee64825f457a94af99d427 /sc
parentdd4035568a4dd5d68318579fb46aae8b8182a0b8 (diff)
bin obsolete CLOOK comments
Change-Id: I34f37587284893927463e214f0d7d1c3e914c7b2
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/document.hxx2
-rw-r--r--sc/source/ui/app/scdll.cxx8
2 files changed, 1 insertions, 9 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index e1aabf4e7eb8..259d119eeffa 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2094,7 +2094,7 @@ public:
void SetCalcConfig( const ScCalcConfig& rConfig );
const ScCalcConfig& GetCalcConfig() const;
-private: // CLOOK-Impl-methods
+private:
/**
* Use this class as a locale variable to merge number formatter from
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 9f9f83944b16..7436253dbab9 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -46,14 +46,6 @@
#include "sc.hrc"
#include "cfgids.hxx"
-//! Here used to be an old German comment: "die Registrierung wird
-//! wegen CLOOKs in ein eigenes File wandern muessen..." which refers
-//! to the infamous CLOOK (Compiler Limit: Out of Keys) problem
-//! (http://msdn.microsoft.com/en-us/library/3d859kh1(v=vs.71).aspx ,
-//! which has not been relevant for many years. Presumably that is
-//! supposed to explain some odd arrangement of source code, or
-//! something. Or maybe that comment is completely irrelevant.
-
#include "docsh.hxx"
#include "tabvwsh.hxx"
#include "prevwsh.hxx"