summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-26 21:47:43 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-30 16:37:42 +0200
commit8d62f625660723e648dccf5257c329bff6947863 (patch)
treebb2bffd9fc5556ca1a150f9e9f6c626ee4b3d292 /sw/source/ui/index
parent367d3c9b53b94c727c4a818141c580b740c0ae56 (diff)
Fix alignment
Change-Id: I8a1ba77649c862eab1f381c678689c435420140e
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/cnttab.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index da225fbc9d24..6ca534b18e50 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3330,8 +3330,8 @@ sal_Bool SwTokenWindow::CreateQuickHelp(Control* pCtrl,
(ToxAuthorityField) rToken.nAuthorityField);
}
- Point aPos = OutputToScreenPixel(pCtrl->GetPosPixel());
- Rectangle aItemRect( aPos, pCtrl->GetSizePixel() );
+ Point aPos = OutputToScreenPixel(pCtrl->GetPosPixel());
+ Rectangle aItemRect( aPos, pCtrl->GetSizePixel() );
if(rToken.eTokenType == TOKEN_TAB_STOP )
{
}