summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-09 14:44:57 +0200
committerNoel Grandin <noel@peralex.com>2015-10-12 09:13:34 +0200
commita517b945e7e71cc928645431e1f28cc82f32844b (patch)
tree8eb0e3df311561b6bcc753fa750471e2800a7a74 /extensions/source/propctrlr/standardcontrol.cxx
parentloplugin:mergeclasses (diff)
downloadcore-a517b945e7e71cc928645431e1f28cc82f32844b.tar.gz
core-a517b945e7e71cc928645431e1f28cc82f32844b.zip
improve naming of template parameters
Change-Id: If62a86b914db634c662949a04396b95e3f44be2a
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 740f551cab1a..88d63ff2a2aa 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -115,7 +115,7 @@ namespace pcr
ODateControl::ODateControl( vcl::Window* pParent, WinBits nWinStyle )
:ODateControl_Base( PropertyControlType::DateField, pParent, nWinStyle | WB_DROPDOWN )
{
- WindowType* pControlWindow = getTypedControlWindow();
+ ControlWindow<CalendarField>* pControlWindow = getTypedControlWindow();
pControlWindow->SetStrictFormat(true);
pControlWindow->SetMin( ::Date( 1,1,1600 ) );