summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/controlfontdialog.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 11:18:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 11:18:49 +0000
commitb578d06fe1557b5427d57553ceb6b8552bae678b (patch)
treed02b9ce7c881ad3b3c7c590a311cef094dfd3b42 /extensions/source/propctrlr/controlfontdialog.cxx
parentceb0be56cc95f48b1a4f8e09bea0155bc91922a0 (diff)
INTEGRATION: CWS dba203b (1.5.6); FILE MERGED
2006/03/22 15:55:18 fs 1.5.6.1: #i63283# method renamed
Diffstat (limited to 'extensions/source/propctrlr/controlfontdialog.cxx')
-rw-r--r--extensions/source/propctrlr/controlfontdialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/controlfontdialog.cxx b/extensions/source/propctrlr/controlfontdialog.cxx
index 6bddb2cf74e3..92c8bd16cf40 100644
--- a/extensions/source/propctrlr/controlfontdialog.cxx
+++ b/extensions/source/propctrlr/controlfontdialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: controlfontdialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:20:06 $
+ * last change: $Author: vg $ $Date: 2006-03-31 12:18:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -178,7 +178,7 @@ namespace pcr
{
const SfxItemSet* pOutput = static_cast<ControlCharacterDialog*>(m_pDialog)->GetOutputItemSet();
if (pOutput)
- ControlCharacterDialog::translatePropertiesToItems(pOutput, m_xControlModel);
+ ControlCharacterDialog::translateItemsToProperties( *pOutput, m_xControlModel );
}
}