diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-26 15:08:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-26 14:09:34 +0000 |
commit | 270ad08ff5732eba30a611ff6775eaf58259b5ae (patch) | |
tree | 07f419499d436a7a465ce21df98c81e6bbc70e86 /sd | |
parent | 0ac6c626287ee6789296172ddbe5d4e5dc5600ac (diff) |
clarify the duplicate
Change-Id: I5d4a64a7d7effc49f982ad33fa6a535d99863f96
Reviewed-on: https://gerrit.libreoffice.org/2404
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 56fe8153deb3..fbd341a79806 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -2736,6 +2736,7 @@ void SAL_CALL SdMasterPagesAccess::remove( const uno::Reference< drawing::XDrawP rDoc.AddUndo(rDoc.GetSdrUndoFactory().CreateUndoDeletePage(*pPage)); } + // remove both pages rDoc.RemoveMasterPage( nPage ); rDoc.RemoveMasterPage( nPage ); |