summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 4d881ad1547b..33e4473681ef 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -828,8 +828,6 @@ public:
const SwGrfFormatColls *GetGrfFormatColls() const { return mpGrfFormatCollTable; }
SwGrfFormatColl *MakeGrfFormatColl(const OUString &rFormatName,
SwGrfFormatColl *pDerivedFrom);
- SwGrfFormatColl* FindGrfFormatCollByName( const OUString& rName ) const
- { return static_cast<SwGrfFormatColl*>(FindFormatByName( (SwFormatsBase&)*mpGrfFormatCollTable, rName )); }
// Table formatting
const SwFrameFormats* GetTableFrameFormats() const { return mpTableFrameFormatTable; }
@@ -1551,19 +1549,6 @@ public:
const int nListLevel,
const bool bValue );
- /** Marks/Unmarks a list level of a certain list
-
- levels of a certain lists are marked now
-
- @param rList list whose level has to be marked/unmarked
- @param nListLevel level to mark
- @param bValue - true mark the level
- - false unmark the level
- */
- static void MarkListLevel( SwList& rList,
- const int nListLevel,
- const bool bValue );
-
// Change a format undoable.
void ChgFormat(SwFormat & rFormat, const SfxItemSet & rSet);