summaryrefslogtreecommitdiff
path: root/sw/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:53:18 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:53:18 +0000
commit1446f3edcd2eafd8bbfa55160decc9f6f77ac7d5 (patch)
tree76214f9774a682425e19d668390c79e454260e08 /sw/inc/drawdoc.hxx
parent8caa05150f91d49bee8bff4dafd7f4e8e74a67da (diff)
INTEGRATION: CWS os94 (1.4.266); FILE MERGED
2007/03/12 08:07:29 os 1.4.266.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/drawdoc.hxx')
-rw-r--r--sw/inc/drawdoc.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx
index 2ba0dac788aa..43b27efffc07 100644
--- a/sw/inc/drawdoc.hxx
+++ b/sw/inc/drawdoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawdoc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:20:49 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:53:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,7 +49,6 @@ class SwDrawDocument : public FmFormModel
SwDoc* pDoc;
public:
SwDrawDocument( SwDoc* pDoc );
- SwDrawDocument( SfxItemPool *pPool, SwDocShell *pDocSh );
~SwDrawDocument();
const SwDoc& GetDoc() const { return *pDoc; }