summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 11:45:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-12-07 11:45:56 +0000
commite1ace37d81587c5c41f9aba53fcd4be9799ed8a2 (patch)
treea160e1c3e5922cad0bae4858d7f126b13ca41e9c /sot
parent3bb9abc0ae8b1915eccd3fe415bb8473162b419c (diff)
#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/stg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/inc/stg.hxx b/sot/inc/stg.hxx
index c4b3d0b1f578..1ca405cba9a2 100644
--- a/sot/inc/stg.hxx
+++ b/sot/inc/stg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stg.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mba $ $Date: 2000-12-04 11:07:09 $
+ * last change: $Author: hr $ $Date: 2000-12-07 12:45:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,7 +346,7 @@ public:
virtual const SvStream* GetSvStream() const;
virtual BOOL Equals( const BaseStorage& rStream ) const;
-#if __PRIVATE
+#if _SOLAR__PRIVATE
UCBStorageElement_Impl* FindElement_Impl( const String& rName ) const;
BOOL CopyStorageElement_Impl( UCBStorageElement_Impl& rElement,
BaseStorage* pDest, const String& rNew ) const;