summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 15:13:28 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 15:13:28 +0000
commit2d91382ba1031406eb434fff7e7a71652c1e43d5 (patch)
tree94f4313174c87942dbf218f7f6dfbe35f3f3dbc5 /sfx2
parent61205a190505304746d768af19e1d25c233b4335 (diff)
INTEGRATION: CWS fwkbugfix04 (1.29.6); FILE MERGED
2004/12/06 18:01:20 mba 1.29.6.1: #i38334#: get rid of all code based on SfxConfigManager
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/cfg.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx
index 314e2f81a0d7..b01dbaf382ca 100644
--- a/sfx2/source/inc/cfg.hxx
+++ b/sfx2/source/inc/cfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:28:41 $
+ * last change: $Author: kz $ $Date: 2005-01-18 16:13:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,12 +124,9 @@
#include "minarray.hxx"
#include "tabdlg.hxx"
-class SfxMenuManager;
-class SfxAcceleratorManager;
class SfxMacroInfoArr_Impl;
class SfxMacroInfoItem;
class SfxMacroInfo;
-class SfxConfigManager;
#define SFX_CFGGROUP_FUNCTION 1
#define SFX_CFGGROUP_BASICMGR 2
@@ -299,7 +296,7 @@ public:
void SetScriptType( const String& rScriptType );
void SetStylesInfo(SfxStylesInfo_Impl* pStyles);
};
-
+/*
class SfxMenuConfigEntry
{
private:
@@ -464,7 +461,7 @@ public:
class SfxAcceleratorManager;
-
+*/
// class SfxAcceleratorConfigListBox *************************************************
class SfxAcceleratorConfigPage;
@@ -586,7 +583,7 @@ public:
void CopySource2Target(const css::uno::Reference< dcss::ui::XAcceleratorConfiguration >& xSourceAccMgr,
const css::uno::Reference< dcss::ui::XAcceleratorConfiguration >& xTargetAccMgr);
};
-
+/*
class SfxConfigDialog : public SfxTabDialog
{
const SfxMacroInfoItem* pMacroInfo;
@@ -607,7 +604,7 @@ public:
static String FileDialog_Impl( Window *pParent, WinBits nBits, const String& rTitle );
static SfxConfigManager* MakeCfgMgr_Impl( const String& rName, BOOL bWriting, BOOL& bCreated );
};
-/*
+
class SfxStatusBarManager;
class SfxStbInfoArr_Impl;