Kaydet (Commit) b0b82a31 authored tarafından Kenneth Venken's avatar Kenneth Venken Kaydeden (comit) Caolán McNamara

unread variable

üst 615a2470
...@@ -775,7 +775,6 @@ BOOL SdDrawDocument::CreateMissingNotesAndHandoutPages() ...@@ -775,7 +775,6 @@ BOOL SdDrawDocument::CreateMissingNotesAndHandoutPages()
BOOL SdDrawDocument::MovePages(USHORT nTargetPage) BOOL SdDrawDocument::MovePages(USHORT nTargetPage)
{ {
SdPage* pTargetPage = NULL;
SdPage* pPage = NULL; SdPage* pPage = NULL;
USHORT nPage; USHORT nPage;
USHORT nNoOfPages = GetSdPageCount(PK_STANDARD); USHORT nNoOfPages = GetSdPageCount(PK_STANDARD);
...@@ -840,7 +839,6 @@ BOOL SdDrawDocument::MovePages(USHORT nTargetPage) ...@@ -840,7 +839,6 @@ BOOL SdDrawDocument::MovePages(USHORT nTargetPage)
// hinter <nPage> einfuegen // hinter <nPage> einfuegen
else else
{ {
pTargetPage = GetSdPage(nPage, PK_STANDARD);
nTargetPage = nPage; nTargetPage = nPage;
nTargetPage = 2 * nTargetPage + 1; // PK_STANDARD --> absolut nTargetPage = 2 * nTargetPage + 1; // PK_STANDARD --> absolut
while (aPageList.Count() > 0) while (aPageList.Count() > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment