summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-29 01:43:30 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-29 01:52:31 -0400
commitc802cbad7f25d3070f2ae5fd8a7e1a7ce17f99a9 (patch)
tree280c9b8143c5104406430e8c722236a485dd9be8 /editeng/source/outliner
parent8bf6eb4519b4b92390570341a10872e65fd95dc1 (diff)
ContentList no longer a child class of DummyContentList (take 2).
The previous commit was bad as it would cause segfalut on startup. This one is good as far as I can tell.
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r--editeng/source/outliner/outlvw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index e1edd397bb35..26f0494361a9 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -780,7 +780,7 @@ void OutlinerView::CreateSelectionList (std::vector<Paragraph*> &aSelList)
}
}
-SfxStyleSheet* OutlinerView::GetStyleSheet() const
+const SfxStyleSheet* OutlinerView::GetStyleSheet() const
{
DBG_CHKTHIS(OutlinerView,0);
return pEditView->GetStyleSheet();