summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/refupdat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/refupdat.hxx')
-rw-r--r--sc/source/core/inc/refupdat.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/core/inc/refupdat.hxx b/sc/source/core/inc/refupdat.hxx
index 1ecae5f11d1f..ec0695d5e255 100644
--- a/sc/source/core/inc/refupdat.hxx
+++ b/sc/source/core/inc/refupdat.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,9 +38,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, // keine Anpassungen
+ UR_UPDATED = 1, // Anpassungen erfolgt
+ UR_INVALID = 2 // Referenz wurde ungueltig
};
class ScRefUpdate
@@ -79,7 +79,7 @@ public:
SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
ScComplexRefData& rRef, BOOL bWrap, BOOL bAbsolute );
- static void MoveRelWrap( ScDocument* pDoc, const ScAddress& rPos,
+ static void MoveRelWrap( ScDocument* pDoc, const ScAddress& rPos,
SCCOL nMaxCol, SCROW nMaxRow, ScComplexRefData& rRef );
/// Before calling, the absolute references must be up-to-date!