summaryrefslogtreecommitdiff
path: root/sfx2/inc/imgmgr.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-28 10:14:10 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-28 10:14:10 +0000
commitf005623a0ef0c60fd9a317c2d33cb049d54007a4 (patch)
treefae90552661ec6c6cb835bb59190cf36013c940e /sfx2/inc/imgmgr.hxx
parent51c343e7530ffeb9bc2aa6adf494e671652ef3f9 (diff)
#92987#: store image configuration
Diffstat (limited to 'sfx2/inc/imgmgr.hxx')
-rw-r--r--sfx2/inc/imgmgr.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/inc/imgmgr.hxx b/sfx2/inc/imgmgr.hxx
index 330cd8a71af4..1ed6b97737f0 100644
--- a/sfx2/inc/imgmgr.hxx
+++ b/sfx2/inc/imgmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgmgr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 09:35:28 $
+ * last change: $Author: mba $ $Date: 2001-11-28 11:14:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,6 +133,7 @@ public:
const Bitmap& GetUserDefBitmap_Impl(USHORT nId) const;
Image GetAndLockImage_Impl(USHORT nId, SfxModule* pMod = 0);
Image GetImageFromModule_Impl( USHORT nId, SfxModule *pMod );
+ static BOOL CopyConfiguration_Impl( SfxConfigManager& rSource, SfxConfigManager& rDest );
#endif
};