summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/controlfontdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/controlfontdialog.cxx')
-rw-r--r--extensions/source/propctrlr/controlfontdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/controlfontdialog.cxx b/extensions/source/propctrlr/controlfontdialog.cxx
index a9cf32d93ab4..b320830ebe7d 100644
--- a/extensions/source/propctrlr/controlfontdialog.cxx
+++ b/extensions/source/propctrlr/controlfontdialog.cxx
@@ -144,7 +144,7 @@ namespace pcr
OSL_ENSURE(m_xControlModel.is(), "OControlFontDialog::createDialog: no introspectee set!");
if (m_xControlModel.is())
- ControlCharacterDialog::translatePropertiesToItems(m_xControlModel, m_pFontItems);
+ ControlCharacterDialog::translatePropertiesToItems(m_xControlModel, m_pFontItems.get());
// TODO: we need a mechanism to prevent that somebody creates us, sets an introspectee, executes us,
// sets a new introspectee and re-executes us. In this case, the dialog returned here (upon the first
// execute) will be re-used upon the second execute, and thus it won't be initialized correctly.