summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 06:12:53 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 06:12:53 +0000
commit4f08193390b89ba6bda273bf378f7d7a49ca85a2 (patch)
tree98ea473cc2cb96cd9f330006f090183c0ccb3738 /starmath
parentb1db00fe3deff8584e20df6ef7a9e66a4697ea43 (diff)
INTEGRATION: CWS pba11y01 (1.13.30); FILE MERGED
2008/07/14 07:36:03 tl 1.13.30.1: #i91480# fix for font format list config entry
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/cfgitem.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index e6ee41fe27c6..a6a82c65425a 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cfgitem.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -160,6 +160,8 @@ protected:
inline BOOL IsOtherModified() const { return bIsOtherModified; }
void SetFormatModified( BOOL bVal );
inline BOOL IsFormatModified() const { return bIsFormatModified; }
+ void SetFontFormatListModified( BOOL bVal );
+ inline BOOL IsFontFormatListModified() const { return pFontFormatList ? pFontFormatList->IsModified(): FALSE; }
SmFontFormatList & GetFontFormatList();
const SmFontFormatList & GetFontFormatList() const
@@ -190,7 +192,7 @@ public:
const SmSym * GetSymbol( USHORT nIndex ) const;
const SmFormat & GetStandardFormat() const;
- void SetStandardFormat( const SmFormat &rFormat );
+ void SetStandardFormat( const SmFormat &rFormat, BOOL bSaveFontFormatList = FALSE );
BOOL IsPrintTitle() const;
void SetPrintTitle( BOOL bVal );