diff options
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r-- | cui/source/inc/page.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index 81a76b666dfb..d2ec71b063a5 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -202,7 +202,7 @@ public: void SetMode( SvxModeType eMType ) { eMode = eMType; } void SetPaperFormatRanges( Paper eStart, Paper eEnd ) - { ePaperStart = eStart, ePaperEnd = eEnd; } + { ePaperStart = eStart; ePaperEnd = eEnd; } void SetCollectionList(const std::vector<OUString> &aList); virtual void PageCreated(const SfxAllItemSet& aSet) override; |