diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index bc1f4ea2f5cf..45f450e59462 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -296,7 +296,6 @@ friend class sc::ColumnSpanSet; friend class sc::EditTextIterator; friend class sc::FormulaGroupAreaListener; friend class sc::TableColumnBlockPositionSet; -friend class ScDrawLayer; typedef std::vector<ScTable*> TableContainer; @@ -2323,6 +2322,8 @@ public: void SwapNonEmpty( sc::TableValues& rValues ); void finalizeOutlineImport(); + ScColumnsRange GetColumnsRange(SCTAB nTab, SCCOL nColBegin, SCCOL nColEnd) const; + private: /** @@ -2385,8 +2386,6 @@ private: void EndListeningGroups( const std::vector<ScAddress>& rPosArray ); void SetNeedsListeningGroups( const std::vector<ScAddress>& rPosArray ); - - ScColumnsRange GetColumnsRange(SCTAB nTab, SCCOL nColBegin, SCCOL nColEnd) const; }; #endif |