summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edfcol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/edfcol.cxx')
-rw-r--r--sw/source/core/edit/edfcol.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/core/edit/edfcol.cxx b/sw/source/core/edit/edfcol.cxx
index a4b8903d96ec..612fdd5ff10b 100644
--- a/sw/source/core/edit/edfcol.cxx
+++ b/sw/source/core/edit/edfcol.cxx
@@ -32,24 +32,16 @@
#include <swundo.hxx>
#include <docary.hxx>
-/*************************************
- * FormatColl
- *************************************/
-// TXT
-
-
SwTxtFmtColl& SwEditShell::GetDfltTxtFmtColl() const
{
return *((SwTxtFmtColl*) (GetDoc()->GetDfltTxtFmtColl()));
}
-
sal_uInt16 SwEditShell::GetTxtFmtCollCount() const
{
return GetDoc()->GetTxtFmtColls()->size();
}
-
SwTxtFmtColl& SwEditShell::GetTxtFmtColl( sal_uInt16 nFmtColl) const
{
return *((*(GetDoc()->GetTxtFmtColls()))[nFmtColl]);
@@ -78,7 +70,6 @@ void SwEditShell::SetTxtFmtColl( SwTxtFmtColl *pFmt,
EndAllAction();
}
-
SwTxtFmtColl* SwEditShell::MakeTxtFmtColl(const String& rFmtCollName,
SwTxtFmtColl* pParent)
{
@@ -93,12 +84,10 @@ SwTxtFmtColl* SwEditShell::MakeTxtFmtColl(const String& rFmtCollName,
}
-
void SwEditShell::FillByEx(SwTxtFmtColl* pColl, sal_Bool bReset)
{
if( bReset )
{
- // #i73790# - method renamed
pColl->ResetAllFmtAttr();
}
@@ -140,7 +129,4 @@ void SwEditShell::FillByEx(SwTxtFmtColl* pColl, sal_Bool bReset)
}
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */