summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-23 17:30:46 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-23 17:30:46 +0000
commit631990a2fd46e66c130c63ed94246836ec59811c (patch)
tree7f36fc61e5ac32e5ceff9a7c9e8236b73f1338f4 /starmath
parentf3c2c59f9df88a6ef538bc438a24bf8cd18001d4 (diff)
#i92516# adapt new UX spec
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/unomodel.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 241415ef0b22..919a0d821734 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -53,6 +53,7 @@
#include <xmloff/xmluconv.hxx>
#include <rtl/ustrbuf.hxx>
#include <comphelper/propertysetinfo.hxx>
+#include <svtools/moduleoptions.hxx>
#include <unomodel.hxx>
#include <document.hxx>
@@ -99,7 +100,8 @@ SmPrintUIOptions::SmPrintUIOptions()
m_aUIProperties.realloc( 8 );
// create Section for formula (results in an extra tab page in dialog)
- m_aUIProperties[0].Value = getGroupControlOpt( aLocalizedStrings.GetString( 0 ), rtl::OUString() );
+ SvtModuleOptions aOpt;
+ m_aUIProperties[0].Value = getGroupControlOpt( aOpt.GetModuleName( SvtModuleOptions::E_SMATH ), rtl::OUString() );
// create subgroup for print options
m_aUIProperties[1].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 1 ), rtl::OUString() );