summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 18:49:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 18:49:53 +0000
commitdbb758cbe9338ad07730cfb5c2a7d96938615326 (patch)
treeb4bc2ec4418b2d8c2c2e2f9105755133373c8b08 /sfx2/inc
parent6af7b61043462e435d4cf4b6405634eef9fe2078 (diff)
INTEGRATION: CWS dialogdiet (1.1.1.1.354); FILE MERGED
2004/01/19 22:56:18 mba 1.1.1.1.354.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/28 16:11:52 mba 1.1.1.1.354.1: #i22972#: make SfxResId available without SfxApp
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfxresid.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/sfxresid.hxx b/sfx2/inc/sfxresid.hxx
index 25365ac8660b..2cec672834c6 100644
--- a/sfx2/inc/sfxresid.hxx
+++ b/sfx2/inc/sfxresid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfxresid.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:18:22 $
+ * last change: $Author: hr $ $Date: 2004-02-03 19:49:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,8 @@ class SfxResId: public ResId
{
public:
SfxResId( USHORT nId );
+ static ResMgr* GetResMgr();
+ static void DeleteResMgr();
};
//============================================================================