]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / buffer_funcs.cpp
index c07f136c0efbde341861b30ec771d56fb59ce383..6e8e612f94480f6c191a88de63209102359fdab1 100644 (file)
@@ -294,7 +294,7 @@ bool needEnumCounterReset(ParIterator const & it)
 // set the label of a paragraph. This includes the counters.
 void setLabel(Buffer const & buf, ParIterator & it)
 {
-       TextClass const & textclass = buf.params().getTextClass();
+       TextClass const & textclass = buf.params().textClass();
        Paragraph & par = it.paragraph();
        LayoutPtr const & layout = par.layout();
        Counters & counters = textclass.counters();
@@ -482,7 +482,7 @@ void updateLabels(Buffer const & buf, bool childonly)
 {
        Buffer const * const master = buf.masterBuffer();
        // Use the master text class also for child documents
-       TextClass const & textclass = master->params().getTextClass();
+       TextClass const & textclass = master->params().textClass();
 
        if (!childonly) {
                // If this is a child document start with the master