summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-05-14 08:04:11 +0000
committerThomas Lange <tl@openoffice.org>2009-05-14 08:04:11 +0000
commit312a29be317f545d3cca07d08b60a660f4cc2710 (patch)
tree8b0c0e033cfe041e9d6c48d3d849d5a59a5e65b3 /starmath
parent2bf9e550715babfb280d482dd6c0dbed8ac0aa7e (diff)
#i101241# new UI print dialog for Math
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index b00deea40b38..73840d528ba8 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -1100,7 +1100,7 @@ void SAL_CALL SmModel::render(
// release SmPrintUIOptions when everything is done.
// That way, when SmPrintUIOptions is needed again it will read the latest configuration settings in its c-tor.
- if (m_pPrintUIOptions->getBoolValue( A2OU("IsLastPage"), sal_False ))
+ if (m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False ))
{
delete m_pPrintUIOptions; m_pPrintUIOptions = 0;
}