summaryrefslogtreecommitdiff
path: root/svx/source/items/pageitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/pageitem.cxx')
-rw-r--r--svx/source/items/pageitem.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index 40892bc7d5b0..5f85d00da589 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -154,8 +154,7 @@ bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
}
break;
case MID_PAGE_ORIENTATION:
- //Landscape= sal_True
- rVal = css::uno::makeAny<bool>(bLandscape);
+ rVal <<= (bool) bLandscape;
break;
case MID_PAGE_LAYOUT :
{