diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-05 12:21:29 -0500 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-01-05 19:04:34 +0100 |
commit | d076881ec07cc2e229e6dd1e866357df435230da (patch) | |
tree | 4414573979bccf6c5ade357a116abaca1429fdb5 /cui | |
parent | bac4a610ff5ed486503bc90787fa72eb023fa94c (diff) |
Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 3f5863f99791..715e8209387f 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -267,7 +267,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) : if ( !aFileDlgCB.IsVisible() ) { // rearrange the following controls - Point aNewPos = aDocStatusFL.GetPosPixel(); + Point aNewPos = aPrintDlgFL.GetPosPixel(); long nDelta = aNewPos.Y() - aFileDlgFL.GetPosPixel().Y(); Window* pWins[] = |