summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/func/fupage.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-09 10:29:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-09 10:29:05 +0000
commita955e2432d2339e5d79fc8aab47bfa45eea173c6 (patch)
tree4baa9c258c38fc38d9ea2134f40730ee591df07d /sd/source/ui/func/fupage.cxx
parentINTEGRATION: CWS pj69 (1.24.2); FILE MERGED (diff)
downloadcore-a955e2432d2339e5d79fc8aab47bfa45eea173c6.tar.gz
core-a955e2432d2339e5d79fc8aab47bfa45eea173c6.zip
INTEGRATION: CWS pj69 (1.26.2); FILE MERGED
2006/12/18 13:20:56 pjanik 1.26.2.1: #i72643#: Fix bogus code.
Diffstat (limited to 'sd/source/ui/func/fupage.cxx')
-rw-r--r--sd/source/ui/func/fupage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index d90518002681..041509fa56a9 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fupage.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:21:26 $
+ * last change: $Author: vg $ $Date: 2007-01-09 11:29:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -456,7 +456,7 @@ void FuPage::ApplyItemSet( const SfxItemSet* pArgs )
mpDoc->SetPageNumType(((const SvxPageItem*) pPoolItem)->GetNumType());
eOrientation = (((const SvxPageItem*) pPoolItem)->IsLandscape() == ORIENTATION_LANDSCAPE) ?
- ORIENTATION_LANDSCAPE : eOrientation = ORIENTATION_PORTRAIT;
+ ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT;
if( mpPage->GetOrientation() != eOrientation )
bSetPageSizeAndBorder = TRUE;