summaryrefslogtreecommitdiff
path: root/sfx2/inc/imgmgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 13:33:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 13:33:35 +0000
commit7104f97348ae2ff2e843ecc35a23144b8336d66c (patch)
tree62e9fe5dab9e97b57735f97921335ea3097a97f1 /sfx2/inc/imgmgr.hxx
parent4ee3af4c2440a0b9c596ac2d4767f3201b97265f (diff)
#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE
Diffstat (limited to 'sfx2/inc/imgmgr.hxx')
-rw-r--r--sfx2/inc/imgmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/inc/imgmgr.hxx b/sfx2/inc/imgmgr.hxx
index fddeb020b2ce..84e2ff3163db 100644
--- a/sfx2/inc/imgmgr.hxx
+++ b/sfx2/inc/imgmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgmgr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:52:23 $
+ * last change: $Author: hr $ $Date: 2000-12-07 14:33:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ protected:
virtual void UseDefault();
virtual String GetName() const;
-#if __PRIVATE
+#if _SOLAR__PRIVATE
void MakeDefaultImageList_Impl();
void MakeLists_Impl( SfxSymbolSet );
#endif
@@ -140,7 +140,7 @@ public:
void RegisterToolBoxManager(SfxToolBoxManager*, USHORT nFlags=0xFFFF );
void ReleaseToolBoxManager(SfxToolBoxManager*);
-#if __PRIVATE
+#if _SOLAR__PRIVATE
void ExchangeItemImage_Impl(USHORT nId, const Image& rImage);
BOOL IsUserDef_Impl(USHORT nId) const;
const Bitmap& GetUserDefBitmap_Impl(USHORT nId) const;