summaryrefslogtreecommitdiff
path: root/starmath/inc/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/config.hxx')
-rw-r--r--starmath/inc/config.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx
index 9d87ba0abd2b..2c225ea818bb 100644
--- a/starmath/inc/config.hxx
+++ b/starmath/inc/config.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,14 +42,14 @@ class SfxItemSet;
class SmConfig : public SmMathConfig, public SfxBroadcaster
{
- SmFontPickList vFontPickList[7];
+ SmFontPickList vFontPickList[7];
public:
SmConfig();
virtual ~SmConfig();
SmFontPickList & GetFontPickList(USHORT nIdent) { return vFontPickList[nIdent]; }
-
+
void ItemSetToConfig(const SfxItemSet &rSet);
void ConfigToItemSet(SfxItemSet &rSet) const;
};