summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 16:52:05 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 16:52:27 +0100
commit849a713ffd29a58ae79e48f80835c28bbd9d5a72 (patch)
tree7d2c662f43a00f3bc04a0d51c685544074538a5c /tools/inc
parentf7cbde525450a1a9427873c264791c65056c4f2a (diff)
remove non-compiled code
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/fsys.hxx4
-rw-r--r--tools/inc/tools/poly.hxx6
-rw-r--r--tools/inc/tools/pstm.hxx4
-rw-r--r--tools/inc/tools/ref.hxx2
-rw-r--r--tools/inc/tools/resary.hxx2
-rw-r--r--tools/inc/tools/table.hxx2
6 files changed, 0 insertions, 20 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 5d7e8669a21d..01b61c03829f 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -269,8 +269,6 @@ private:
DirEntryFlag aDirFlag,
FSysPathStyle eStyle );
-//#if 0 // _SOLAR__PRIVATE
-
friend class Dir;
friend class FileStat;
friend const char* ImpCheckDirEntry( const void* p );
@@ -298,8 +296,6 @@ protected:
void ImpSetStat( FileStat *p ) { pStat = p; }
#endif
-//#endif
-
protected:
void SetError( ULONG nErr ) { nError = nErr; }
DirEntry* GetParent() { return pParent; }
diff --git a/tools/inc/tools/poly.hxx b/tools/inc/tools/poly.hxx
index 3b5a4807fe01..09cfeebfdb49 100644
--- a/tools/inc/tools/poly.hxx
+++ b/tools/inc/tools/poly.hxx
@@ -121,8 +121,6 @@ private:
TOOLS_DLLPRIVATE inline void ImplMakeUnique();
-//#if 0 // _SOLAR__PRIVATE
-
public:
Point* ImplGetPointAry();
@@ -132,8 +130,6 @@ public:
void ImplRead( SvStream& rIStream );
void ImplWrite( SvStream& rOStream ) const;
-//#endif // __PRIVATE
-
public:
Polygon();
Polygon( USHORT nSize );
@@ -256,11 +252,9 @@ private:
ImplPolyPolygon* mpImplPolyPolygon;
-//#if 0 // _SOLAR__PRIVATE
TOOLS_DLLPRIVATE void ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, ULONG nOperation ) const;
TOOLS_DLLPRIVATE void *ImplCreateArtVpath() const;
TOOLS_DLLPRIVATE void ImplSetFromArtVpath( void *pVpath );
-//#endif // __PRIVATE
public:
diff --git a/tools/inc/tools/pstm.hxx b/tools/inc/tools/pstm.hxx
index d62aa39490b1..bd77d30214cc 100644
--- a/tools/inc/tools/pstm.hxx
+++ b/tools/inc/tools/pstm.hxx
@@ -158,11 +158,7 @@ public:\
SV_DECL_PERSIST_LIST(ClassName,EntryName)\
SV_IMPL_PERSIST_LIST(ClassName,EntryName)
-//#if 0 // _SOLAR__PRIVATE
DECLARE_UNIQUEINDEX( SvPersistUIdx,SvPersistBase *)
-//#else
-//typedef UniqueIndex SvPersistUIdx;
-//#endif
//=========================================================================
class SvStream;
diff --git a/tools/inc/tools/ref.hxx b/tools/inc/tools/ref.hxx
index b1c1d9975b78..ab1c3d0e8435 100644
--- a/tools/inc/tools/ref.hxx
+++ b/tools/inc/tools/ref.hxx
@@ -367,11 +367,9 @@ public:
UINT32 GetRefCount() const { return nRefCount; }
};
-//#if 0 // _SOLAR__PRIVATE
#ifndef EMPTYARG
#define EMPTYARG
#endif
-//#endif
SV_DECL_IMPL_REF(SvRefBase)
diff --git a/tools/inc/tools/resary.hxx b/tools/inc/tools/resary.hxx
index a7a87300d396..6f3af5869580 100644
--- a/tools/inc/tools/resary.hxx
+++ b/tools/inc/tools/resary.hxx
@@ -41,12 +41,10 @@ struct ImplResStringItem
XubString maStr;
long mnValue;
-//#if 0 // _SOLAR__PRIVATE
#ifdef _TOOLS_RESARY_CXX
ImplResStringItem( const XubString& rStr ) :
maStr( rStr ) {}
#endif
-//#endif
};
// ------------------
diff --git a/tools/inc/tools/table.hxx b/tools/inc/tools/table.hxx
index caa98dcd92e4..b29c5a955826 100644
--- a/tools/inc/tools/table.hxx
+++ b/tools/inc/tools/table.hxx
@@ -42,9 +42,7 @@ class TOOLS_DLLPUBLIC Table : private Container
{
private:
ULONG nCount;
-//#if 0 // _SOLAR__PRIVATE
TOOLS_DLLPRIVATE ULONG ImplGetIndex( ULONG nKey, ULONG* pIndex = NULL ) const;
-//#endif
public:
Table( USHORT nInitSize = 16, USHORT nReSize = 16 );
Table( const Table& rTable ) : Container( rTable )