summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-07-08 22:02:48 +0200
committerEike Rathke <erack@redhat.com>2015-07-08 22:21:08 +0200
commit5ee9e2983a4b0f3df31e7f8ea4695c2c789edc56 (patch)
tree52fa748b1811f3db90a5233ca0e82f80f102f361 /sc/inc
parentreplace implementation of ScRange::PutInOrder() with that of Justify() (diff)
downloadcore-5ee9e2983a4b0f3df31e7f8ea4695c2c789edc56.tar.gz
core-5ee9e2983a4b0f3df31e7f8ea4695c2c789edc56.zip
remove ScRange::Justify() and replace calls with PutInOrder()
Change-Id: I350050ac085b1f220d5288d33c253ba0c9a5fd2c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/address.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index f6650d4e975f..9c062b82b531 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -540,15 +540,14 @@ public:
inline void GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1,
SCCOL& nCol2, SCROW& nRow2, SCTAB& nTab2 ) const;
+ SC_DLLPUBLIC void PutInOrder();
// The document for the maximum defined sheet number
SC_DLLPUBLIC bool Move( SCsCOL aDeltaX, SCsROW aDeltaY, SCsTAB aDeltaZ, ScDocument* pDocument = NULL );
- SC_DLLPUBLIC void Justify();
SC_DLLPUBLIC void ExtendTo( const ScRange& rRange );
SC_DLLPUBLIC bool Intersects( const ScRange& rRange ) const; // do two ranges intersect?
ScRange Intersection( const ScRange& rOther ) const;
- void PutInOrder();
inline bool operator==( const ScRange& rRange ) const;
inline bool operator!=( const ScRange& rRange ) const;
inline bool operator<( const ScRange& rRange ) const;