diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-07-24 14:58:17 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-07-26 14:25:27 +0200 |
commit | 37a4651ceb17c829d979230a13efe79b32072172 (patch) | |
tree | 62d52ecdfab7796df3011d3036dc0120a284d049 /sw/inc/viewsh.hxx | |
parent | 36e52cbb3043ed6482d9f518af709b96604290cb (diff) |
Use Orientation enum instead of sal_uInt16 + some bool
Change-Id: I8c0cd02cb339111442a99e8051f585bb0599633a
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index a0b96133f802..b40a648afbc1 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -351,7 +351,7 @@ public: static inline bool IsLstEndAction() { return SwViewShell::mbLstAct; } // Change of all page descriptors. - void ChgAllPageOrientation( sal_uInt16 eOri ); + void ChgAllPageOrientation( Orientation eOri ); void ChgAllPageSize( Size &rSz ); // Printing of one page. |