summaryrefslogtreecommitdiffstats
path: root/svx/source/mnuctrls
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-04 04:25:16 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-04 05:16:08 +1100
commit7eab7f3485e525635f06a505776618c30e442a26 (patch)
treeb02a328084b90e43306589ccf73dddbb757277be /svx/source/mnuctrls
parentloplugin:stringconstant (diff)
downloadcore-7eab7f3485e525635f06a505776618c30e442a26.tar.gz
core-7eab7f3485e525635f06a505776618c30e442a26.zip
Cleanup after removing vcl::FontInfo class
Change-Id: I544eac439cb7277e47a23a90c6fbc45496161c3b
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r--svx/source/mnuctrls/fntszctl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx
index 5dfff7a2b6c2..cb5a7bf2033a 100644
--- a/svx/source/mnuctrls/fntszctl.cxx
+++ b/svx/source/mnuctrls/fntszctl.cxx
@@ -122,9 +122,9 @@ void SvxFontSizeMenuControl::StateChanged(
if ( pList )
{
- FontMetric aFntInf = pList->Get( pItem->GetFamilyName(),
+ FontMetric aFontMetric = pList->Get( pItem->GetFamilyName(),
pItem->GetStyleName() );
- pMenu->Fill( aFntInf, pList );
+ pMenu->Fill( aFontMetric, pList );
}
// else manche Shells haben keine Fontliste (z.B. Image)
}