summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-27 14:55:47 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 10:01:32 -0500
commitedf0652d878587f9a0d0d79361f045e02ce44bff (patch)
tree416e21760e6b1491f9543af7fbf05caff37037ee /svx
parent62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e (diff)
Fix various build breaks.
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/filtnav.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index d033ade7ce24..cb7d51f626c1 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -1082,7 +1082,7 @@ void FmFilterItemsString::InitViewData( SvTreeListBox* pView,SvTreeListEntry* pE
Size aSize(pView->GetTextWidth(GetText()), pView->GetTextHeight());
aSize.Width() += nxDBmp;
- pViewData->aSize = aSize;
+ pViewData->maSize = aSize;
}
//========================================================================
@@ -1120,7 +1120,7 @@ void FmFilterString::InitViewData( SvTreeListBox* pView,SvTreeListEntry* pEntry,
Size aSize(pView->GetTextWidth(m_aName), pView->GetTextHeight());
pView->Control::SetFont( aOldFont );
aSize.Width() += pView->GetTextWidth(GetText()) + nxD;
- pViewData->aSize = aSize;
+ pViewData->maSize = aSize;
}
//------------------------------------------------------------------------