diff options
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index a3b5ed2c7484..d91332684792 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -301,7 +301,7 @@ public: const SwFormTokens& GetPattern(sal_uInt16 nLevel) const; // fill tab stop positions from template to pattern- #i21237# - void AdjustTabStops( SwDoc& rDoc ); + void AdjustTabStops( SwDoc const & rDoc ); inline TOXTypes GetTOXType() const; inline sal_uInt16 GetFormMax() const; @@ -521,7 +521,7 @@ public: const OUString& GetSortAlgorithm()const {return m_sSortAlgorithm;} void SetSortAlgorithm(const OUString& rSet) {m_sSortAlgorithm = rSet;} // #i21237# - void AdjustTabStops( SwDoc & rDoc ) + void AdjustTabStops( SwDoc const & rDoc ) { m_aForm.AdjustTabStops( rDoc ); } |