diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-29 01:44:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-29 01:44:32 -0400 |
commit | 8bf6eb4519b4b92390570341a10872e65fd95dc1 (patch) | |
tree | 0b418d679dfdfe0b9cc50b7b235e7900c120f570 /editeng/source/outliner | |
parent | ea8f2cbee079932e7f5d9ab646996b472a120c76 (diff) |
Revert "ContentList no longer a child class of DummyContentList."
This reverts commit ea8f2cbee079932e7f5d9ab646996b472a120c76.
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index 26f0494361a9..e1edd397bb35 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -780,7 +780,7 @@ void OutlinerView::CreateSelectionList (std::vector<Paragraph*> &aSelList) } } -const SfxStyleSheet* OutlinerView::GetStyleSheet() const +SfxStyleSheet* OutlinerView::GetStyleSheet() const { DBG_CHKTHIS(OutlinerView,0); return pEditView->GetStyleSheet(); |