summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-06-30 00:32:30 +0200
committerEike Rathke <erack@redhat.com>2015-06-30 00:34:12 +0200
commitf33700200901ff5d54fbbbb12053e1f1ccad1739 (patch)
tree3972b20bc4dc84c781eff25a99ecdcc5a93cb020 /sc
parent9a21a20fb21e22d7a9ab336b41a253fb565eb1b0 (diff)
translate some comments on the fly
Change-Id: I2888fd23de5fac90ec7fada213361921b02f9447
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/inc/refupdat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/inc/refupdat.hxx b/sc/source/core/inc/refupdat.hxx
index 84c5eed30df4..bbfa15b029c1 100644
--- a/sc/source/core/inc/refupdat.hxx
+++ b/sc/source/core/inc/refupdat.hxx
@@ -29,9 +29,9 @@ class ScAddress;
class ScRange;
enum ScRefUpdateRes {
- UR_NOTHING = 0, // keine Anpassungen
- UR_UPDATED = 1, // Anpassungen erfolgt
- UR_INVALID = 2, // Referenz wurde ungueltig
+ UR_NOTHING = 0, ///< Reference not affected, no change at all.
+ UR_UPDATED = 1, ///< Reference was adjusted/updated.
+ UR_INVALID = 2, ///< Some part of the reference became invalid.
UR_STICKY = 3 /**< Not updated because the reference is sticky,
but would had been updated if it wasn't. For
entire columns/rows. Essentially the same as