summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drawpage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:31:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:31:52 +0000
commitd4b402579a6718969b55328ff698c9aea642e7eb (patch)
tree75c9742da0e4f2abaeab255ef8a919d740c770af /sc/source/core/data/drawpage.cxx
parentda5440193090bbee87f6205060b1785ef5fad666 (diff)
INTEGRATION: CWS warnings01 (1.7.182); FILE MERGED
2006/05/12 16:38:15 sb 1.7.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/core/data/drawpage.cxx')
-rw-r--r--sc/source/core/data/drawpage.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sc/source/core/data/drawpage.cxx b/sc/source/core/data/drawpage.cxx
index e8e596de1305..f7b33aba8181 100644
--- a/sc/source/core/data/drawpage.cxx
+++ b/sc/source/core/data/drawpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawpage.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:24:57 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:31:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,17 +66,6 @@ __EXPORT ScDrawPage::~ScDrawPage()
// -----------------------------------------------------------------------
-void __EXPORT ScDrawPage::RequestBasic()
-{
- ScDrawLayer* pLayer = (ScDrawLayer*)GetModel();
- ScDocument* pDoc = pLayer->GetDocument();
- SfxObjectShell* pDocSh = pDoc ? pDoc->GetDocumentShell() : NULL;
- if (pDocSh)
- SetBasic(pDocSh->GetBasic());
-}
-
-// -----------------------------------------------------------------------
-
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > ScDrawPage::createUnoPage()
{
return static_cast<cppu::OWeakObject*>( new ScPageObj( this ) );