diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-11 07:59:27 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-11 07:59:27 +0000 |
commit | c64b5e180fd0aec7f85a2ace23c48e7632f13b0b (patch) | |
tree | f66cb2f21f09ef50f3d165e2c3311d9e788f5f22 /svx/source/inc/fmsrccfg.hxx | |
parent | 621d4b3f826eda4ec3b8ce9c82310958e3192c96 (diff) |
#87722#: no SfxConfigItems
Diffstat (limited to 'svx/source/inc/fmsrccfg.hxx')
-rw-r--r-- | svx/source/inc/fmsrccfg.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/inc/fmsrccfg.hxx b/svx/source/inc/fmsrccfg.hxx index 69bc0f6bde48..e5064006ed82 100644 --- a/svx/source/inc/fmsrccfg.hxx +++ b/svx/source/inc/fmsrccfg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmsrccfg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-04-18 07:43:06 $ + * last change: $Author: mba $ $Date: 2001-06-11 08:59:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,7 +124,7 @@ public: // = class FmSearchConfigItem - ein ConfigItem, dass sich Suchparameter merkt // =================================================================================================== -class FmSearchConfigItem : public SfxConfigItem +class FmSearchConfigItem { friend class FmSearchConfigAdmin; @@ -135,8 +135,8 @@ private: FmSearchConfigItem(); public: - virtual int Load(SvStream&); - virtual BOOL Store(SvStream&); +// virtual int Load(SvStream&); +// virtual BOOL Store(SvStream&); virtual void UseDefault(); protected: |