diff options
author | Stefan Knorr <heinzlesspam@googlemail.com> | 2012-01-24 12:43:39 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-01-24 12:55:48 +0530 |
commit | cf545e07f32f99e9c50e7dd6a0e932ead84e072c (patch) | |
tree | c2fc6fbeb7e669063721f1dc9d2d8ec63a9a02ff /svx/source/svdraw/svdcrtv.cxx | |
parent | 3456c03198e57b5a8f49ad79a3bbb2ce2602a07d (diff) |
Removal of commented code.
Diffstat (limited to 'svx/source/svdraw/svdcrtv.cxx')
-rw-r--r-- | svx/source/svdraw/svdcrtv.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx index ffb3185ef5ea..593d7e744b81 100644 --- a/svx/source/svdraw/svdcrtv.cxx +++ b/svx/source/svdraw/svdcrtv.cxx @@ -912,16 +912,15 @@ sal_Bool SdrCreateView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceA } } -SfxStyleSheet* SdrCreateView::GetStyleSheet() const // SfxStyleSheet* SdrCreateView::GetStyleSheet(sal_Bool& rOk) const +SfxStyleSheet* SdrCreateView::GetStyleSheet() const { if (pAktCreate!=NULL) { - //rOk=sal_True; return pAktCreate->GetStyleSheet(); } else { - return SdrDragView::GetStyleSheet(); // SdrDragView::GetStyleSheet(rOk); + return SdrDragView::GetStyleSheet(); } } |