summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edtox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/edtox.cxx')
-rw-r--r--sw/source/core/edit/edtox.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx
index f91912903989..426ec63d819a 100644
--- a/sw/source/core/edit/edtox.cxx
+++ b/sw/source/core/edit/edtox.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/util/SearchOptions.hpp>
#include <com/sun/star/util/SearchFlags.hpp>
#include <com/sun/star/i18n/TransliterationModules.hpp>
@@ -79,8 +78,6 @@ void SwEditShell::Insert(const SwTOXMark& rMark)
EndAllAction();
}
-
-
void SwEditShell::DeleteTOXMark( SwTOXMark* pMark )
{
SET_CURR_SHELL( this );
@@ -224,7 +221,6 @@ sal_uInt16 SwEditShell::GetTOIKeys( SwTOIKeyType eTyp, std::vector<String>& rArr
return GetDoc()->GetTOIKeys( eTyp, rArr );
}
-
sal_uInt16 SwEditShell::GetTOXCount() const
{
const SwSectionFmts& rFmts = GetDoc()->GetSections();
@@ -239,7 +235,6 @@ sal_uInt16 SwEditShell::GetTOXCount() const
return nRet;
}
-
const SwTOXBase* SwEditShell::GetTOX( sal_uInt16 nPos ) const
{
const SwSectionFmts& rFmts = GetDoc()->GetSections();
@@ -263,7 +258,6 @@ void SwEditShell::SetUpdateTOX( sal_Bool bFlag )
GetDoc()->SetUpdateTOX( bFlag );
}
-
sal_Bool SwEditShell::IsUpdateTOX() const
{
return GetDoc()->IsUpdateTOX();
@@ -313,9 +307,7 @@ void SwEditShell::ApplyAutoMark()
Push();
rtl_TextEncoding eChrSet = ::osl_getThreadTextEncoding();
- //
// SearchOptions to be used in loop below
- //
bool bCaseSensitive = true;
bool bWordOnly = false;
bool bSrchInSel = false;
@@ -426,6 +418,4 @@ void SwEditShell::ApplyAutoMark()
EndAllAction();
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */