summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/drawdoc2.cxx')
-rw-r--r--sd/source/core/drawdoc2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index f762e9cc5c68..354942cee9a4 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -132,7 +132,7 @@ SdrObject* SdDrawDocument::GetObj(const OUString& rObjName) const
nPage++;
}
- return (pObjFound);
+ return pObjFound;
}
// Find SdPage by name
@@ -679,7 +679,7 @@ bool SdDrawDocument::CreateMissingNotesAndHandoutPages()
SetChanged(false);
}
- return(bOK);
+ return bOK;
}
// + Move selected pages after said page