summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-15 09:03:55 +0000
committerOliver Specht <os@openoffice.org>2001-05-15 09:03:55 +0000
commitdec81fe5aa2200b9b351240209fde9434a830c5d (patch)
tree1d50b7eb0c73eb521d3ed3409ba2988018271129 /sw/inc/docsh.hxx
parent7cf29280a11fbca53561dc924b5be72083486c8b (diff)
#86986# SfxFileDialog/SvxImportGraphicDialog removed
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 6af3c30e7105..a92782700402 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mib $ $Date: 2001-04-12 12:55:02 $
+ * last change: $Author: os $ $Date: 2001-05-15 09:58:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,6 @@ class Reader;
class SwReader;
class SwCrsrShell;
class SwSrcView;
-class SfxFileDialog;
class PushButton;
class FixedText;
class SwPaM;
@@ -142,9 +141,6 @@ class SwDocShell: public SfxObjectShell, public SfxInPlaceObject,
//
virtual SfxDocumentInfoDialog* CreateDocumentInfoDialog(
Window *pParent, const SfxItemSet &);
- // Template-Btn
- Window* AddTemplateBtn(SfxFileDialog* pFileDlg);
-
// OLE-Geraffel
virtual void Draw( OutputDevice*, const JobSetup&, USHORT);
@@ -170,7 +166,6 @@ class SwDocShell: public SfxObjectShell, public SfxInPlaceObject,
void RemoveOLEObjects();
DECL_STATIC_LINK( SwDocShell, IsLoadFinished, void* );
- DECL_LINK( SelTemplateHdl, PushButton * );
public: