diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-18 19:01:17 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-18 19:01:17 +0100 |
commit | 6adbd7aec7e0a5dc76ee62ba91ba4660c3896290 (patch) | |
tree | c7770154c1e33fe4f24630441d8e8a55ffe06f51 | |
parent | 92d105a5d128da30264e1fa06a612c67d1e152aa (diff) |
masterfix: #i10000# syntax error fixedooo/DEV300_m70
-rwxr-xr-x | sw/source/core/view/vprint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/vprint.cxx b/sw/source/core/view/vprint.cxx index 18854ad12f..b90e3f666b 100755 --- a/sw/source/core/view/vprint.cxx +++ b/sw/source/core/view/vprint.cxx @@ -562,7 +562,7 @@ SwPrintUIOptions::SwPrintUIOptions( // 0 : all pages (left & right) // 1 : left pages // 2 : right pages - DBG_ASSERT( rDefaultPrintData.IsPrintLeftPage() || rDefaultPrintData.IsPrintRigthPage(), + DBG_ASSERT( rDefaultPrintData.IsPrintLeftPage() || rDefaultPrintData.IsPrintRightPage(), "unexpected value combination" ); sal_Int16 nPagesChoice = 0; if (rDefaultPrintData.IsPrintLeftPage() && !rDefaultPrintData.IsPrintRightPage()) |