Kaydet (Commit) 021df5c2 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

hidpi: Forgotten logging.

Change-Id: Ifd71f5e15ce0627f3aefd8775e588bfaf746351f
üst 7347482c
...@@ -69,16 +69,10 @@ struct SvxModifyControl::ImplData ...@@ -69,16 +69,10 @@ struct SvxModifyControl::ImplData
} }
}; };
SvxModifyControl::SvxModifyControl( sal_uInt16 _nSlotId, SvxModifyControl::SvxModifyControl( sal_uInt16 _nSlotId, sal_uInt16 _nId, StatusBar& rStb ) :
sal_uInt16 _nId,
StatusBar& rStb ) :
SfxStatusBarControl( _nSlotId, _nId, rStb ), SfxStatusBarControl( _nSlotId, _nId, rStb ),
mpImpl(new ImplData) mpImpl(new ImplData)
{ {
printf ("SvxModifyControl SF %d\n", rStb.GetDPIScaleFactor());
printf ("SvxModifyControl DPIY %d\n", rStb.ImplGetDPIY());
if ( rStb.GetDPIScaleFactor() > 1 ) if ( rStb.GetDPIScaleFactor() > 1 )
{ {
for (int i = 0; i < mpImpl->MODIFICATION_STATE_SIZE; i++) for (int i = 0; i < mpImpl->MODIFICATION_STATE_SIZE; i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment