summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-04-11 19:51:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-04-11 19:51:33 +0000
commit68aca13cb304fb2b9b84c566de3a35d3515e1af4 (patch)
tree28018824d0e62115f845f3cd28d4915dcc561260 /sot
parentINTEGRATION: CWS hedaburemove01 (1.23.16); FILE MERGED (diff)
downloadcore-68aca13cb304fb2b9b84c566de3a35d3515e1af4.tar.gz
core-68aca13cb304fb2b9b84c566de3a35d3515e1af4.zip
INTEGRATION: CWS hedaburemove01 (1.24.32); FILE MERGED
2007/02/09 16:14:15 vg 1.24.32.1: #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and correspondent necessary changes
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/stg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/stg.hxx b/sot/inc/stg.hxx
index 92704fcd86d2..6eea4272af60 100644
--- a/sot/inc/stg.hxx
+++ b/sot/inc/stg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stg.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:52:05 $
+ * last change: $Author: vg $ $Date: 2007-04-11 20:51:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -401,13 +401,13 @@ public:
// should be removed before release
UNOStorageHolderList* GetUNOStorageHolderList();
-#if _SOLAR__PRIVATE
+//#if _SOLAR__PRIVATE
UCBStorageElement_Impl* FindElement_Impl( const String& rName ) const;
BOOL CopyStorageElement_Impl( UCBStorageElement_Impl& rElement,
BaseStorage* pDest, const String& rNew ) const;
BaseStorage* OpenStorage_Impl( const String & rEleName,
StreamMode, BOOL bDirect, BOOL bForceUCBStorage );
-#endif
+//#endif
};