diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-11 20:33:40 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-11 20:33:40 +0000 |
commit | 76293daa8cf7a7dc1496904a35d3f2ca132216dd (patch) | |
tree | 264f47129d234efe392c2cfe71e4fc0c4f72a0a1 /sc/inc/drwlayer.hxx | |
parent | c64cb59aa0fac9517b3b3e58343e1e3f747c0b2d (diff) |
Remove commented out code - //REMOVE
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index d84044a5da32..4ac4384358f4 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -99,7 +99,6 @@ public: class SC_DLLPUBLIC ScDrawLayer : public FmFormModel { private: -//REMOVE SotStorageRef xPictureStorage; String aName; ScDocument* pDoc; SdrUndoGroup* pUndoGroup; @@ -128,8 +127,6 @@ public: virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const; -//REMOVE void ReleasePictureStorage(); - BOOL HasObjects() const; BOOL ScAddPage( SCTAB nTab ); |