summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/frmpage.hxx8
-rw-r--r--sw/source/ui/inc/textsh.hxx11
2 files changed, 6 insertions, 13 deletions
diff --git a/sw/source/ui/inc/frmpage.hxx b/sw/source/ui/inc/frmpage.hxx
index c37c4168d90e..8deb555def55 100644
--- a/sw/source/ui/inc/frmpage.hxx
+++ b/sw/source/ui/inc/frmpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmpage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-02-09 07:58:34 $
+ * last change: $Author: os $ $Date: 2001-05-15 10:02:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@
#include <prcntfld.hxx>
#endif
-class SvxImportGraphicDialog;
+namespace sfx2{class FileDialogHelper;}
class SwWrtShell;
struct FrmMap;
@@ -230,7 +230,7 @@ class SwGrfExtPage: public SfxTabPage
String aFilterName;
String aGrfName, aNewGrfName;
- SvxImportGraphicDialog* pGrfDlg;
+ ::sfx2::FileDialogHelper* pGrfDlg;
BOOL bHtmlMode;
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx
index 5089657fdc03..40d303e5bce9 100644
--- a/sw/source/ui/inc/textsh.hxx
+++ b/sw/source/ui/inc/textsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsh.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-12-21 13:01:37 $
+ * last change: $Author: os $ $Date: 2001-05-15 10:02:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,11 +74,6 @@ class SwTextShell: public SwBaseShell
{
SwFldMgr* pPostItFldMgr;
- // Itemset pointer for the Graphic-Insert Dialog. This set contains all
- // graphic sepcifict attributes and will only be created / deletec by the
- // methods InsertGraphicDialog and InitGraphicFrame
- SfxItemSet* pInsGrfSetPtr;
-
void InsertSymbol( const String& rChars, const String& rFont );
void InsertHyperlink(const SvxHyperlinkItem& rHlnkItem);
BOOL InsertGraphicDlg();
@@ -94,8 +89,6 @@ public:
DECL_LINK( RedlineNextHdl, Button * );
DECL_LINK( RedlinePrevHdl, Button * );
- DECL_LINK( InitGraphicFrame, Button * );
-
void Execute(SfxRequest &);
void GetState(SfxItemSet &);