summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/drawingmanager.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-04-13 20:07:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-04-13 20:07:44 +0200
commit7b0bf8878b057def9539ddde8aef790e30b58532 (patch)
treea84abd5d7279c8c2f652a75822304b6eccd5edc2 /sc/source/filter/inc/drawingmanager.hxx
parentc639aba4a522452b194d2648206901660c1caa43 (diff)
Cleaning sc module (oox)
Diffstat (limited to 'sc/source/filter/inc/drawingmanager.hxx')
-rw-r--r--sc/source/filter/inc/drawingmanager.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/filter/inc/drawingmanager.hxx b/sc/source/filter/inc/drawingmanager.hxx
index 6a713e094180..c10c5b6458fa 100644
--- a/sc/source/filter/inc/drawingmanager.hxx
+++ b/sc/source/filter/inc/drawingmanager.hxx
@@ -117,13 +117,6 @@ public:
explicit BiffDrawingObjectBase( const WorksheetHelper& rHelper );
virtual ~BiffDrawingObjectBase();
- /** Reads the BIFF3 OBJ record, returns a new drawing object. */
- static BiffDrawingObjectRef importObjBiff3( const WorksheetHelper& rHelper, BiffInputStream& rStrm );
- /** Reads the BIFF4 OBJ record, returns a new drawing object. */
- static BiffDrawingObjectRef importObjBiff4( const WorksheetHelper& rHelper, BiffInputStream& rStrm );
- /** Reads the BIFF5 OBJ record, returns a new drawing object. */
- static BiffDrawingObjectRef importObjBiff5( const WorksheetHelper& rHelper, BiffInputStream& rStrm );
-
/** Sets whether this is an area object (then its width and height must be greater than 0). */
inline void setAreaObj( bool bAreaObj ) { mbAreaObj = bAreaObj; }
/** If set to true, the object supports a simple on-click macro and/or hyperlink. */
@@ -187,14 +180,6 @@ protected:
const ::com::sun::star::awt::Rectangle& rShapeRect ) const = 0;
private:
- /** Reads the contents of a BIFF3 OBJ record. */
- void importObjBiff3( BiffInputStream& rStrm );
- /** Reads the contents of a BIFF4 OBJ record. */
- void importObjBiff4( BiffInputStream& rStrm );
- /** Reads the contents of a BIFF5 OBJ record. */
- void importObjBiff5( BiffInputStream& rStrm );
-
-private:
ShapeAnchor maAnchor; /// Position of the drawing object.
::rtl::OUString maObjName; /// Name of the object.
::rtl::OUString maMacroName; /// Name of an attached macro.