diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-03 17:30:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-03 19:52:44 +0100 |
commit | 1188866c1f0eb087a7e9b09bd9628f9c916feb68 (patch) | |
tree | e7cbe58b258d439bd74424bdc7b4610dec88bed8 /sw/inc | |
parent | 9480887ee8524411b13e6942a549370939608338 (diff) |
swpagerelsize ui: fix width percent value
Change-Id: I6f5b937826ac37f5f8bdee26e139fd6ca1e9a925
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 7877ac996622..57b58baef5ef 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -300,7 +300,8 @@ public: const bool _bFollowTextFlow = false, bool _bMirror = false, Point* _opRef = NULL, - Size* _opPercent = NULL ) const; + Size* _opPercent = NULL, + const SwFmtFrmSize* pFmtFrmSize = 0 ) const; /// Set size of draw objects. void SetObjRect( const SwRect& rRect ); |