summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/oleprops.hxx
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-02-27 20:44:41 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-01 15:06:13 +0100
commitb479885f3ec5d5b704404c7c30aebb131bbdd7dc (patch)
treed7094581788a047fc5ee138b87602b02c263fe23 /sfx2/source/doc/oleprops.hxx
parent67d1f894487129e0e2b8c44b907d7992195bc310 (diff)
Remove dead Code
Diffstat (limited to 'sfx2/source/doc/oleprops.hxx')
-rw-r--r--sfx2/source/doc/oleprops.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/oleprops.hxx b/sfx2/source/doc/oleprops.hxx
index d9e95a0a3b4e..d4abac5bac7e 100644
--- a/sfx2/source/doc/oleprops.hxx
+++ b/sfx2/source/doc/oleprops.hxx
@@ -97,7 +97,6 @@ const sal_Int32 CLIPFMT_WIN = -1;
const sal_Int32 CLIPDATAFMT_DIB = 8;
// ============================================================================
-// ============================================================================
/** Helper for classes that need text encoding settings.
@@ -168,8 +167,6 @@ private:
void ImplSaveString16( SvStream& rStrm, const String& rValue ) const;
};
-
-// ============================================================================
// ============================================================================
/** Base class for all classes related to OLE property sets.
@@ -213,7 +210,6 @@ private:
};
// ============================================================================
-// ============================================================================
/** Base class for all OLE property objects. */
class SfxOlePropertyBase : public SfxOleObjectBase
@@ -249,7 +245,6 @@ private:
};
// ============================================================================
-// ============================================================================
/** Property containing custom names for other properties in the property set. */
class SfxOleDictionaryProperty : public SfxOlePropertyBase, public SfxOleStringHelper
@@ -277,7 +272,6 @@ private:
};
// ============================================================================
-// ============================================================================
/** A section in a property set. Contains properties with unique identifiers. */
class SfxOleSection : public SfxOleObjectBase
@@ -361,7 +355,6 @@ private:
typedef ::boost::shared_ptr< SfxOleSection > SfxOleSectionRef;
// ============================================================================
-// ============================================================================
/** Enumerates different section types in OLE property sets. */
enum SfxOleSectionType