summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-10-05 11:35:49 +0000
committerjp <jp@openoffice.org>2000-10-05 11:35:49 +0000
commitefdae4ba9380cc7ed35d48362a94d0cacc56b650 (patch)
treef02d638ffc4f19b78e652e6d48fac317d0cd9e25
parenta07432e589160e6a183e1800d7d61c85a4b4f217 (diff)
should change: remove image
-rw-r--r--sw/source/ui/uiview/view.cxx24
-rw-r--r--sw/source/ui/uiview/view.hrc5
-rw-r--r--sw/source/ui/uiview/view.src28
-rw-r--r--sw/source/ui/web/web.src8
4 files changed, 8 insertions, 57 deletions
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx
index 842f625faf55..d7b3bae2cb0a 100644
--- a/sw/source/ui/uiview/view.cxx
+++ b/sw/source/ui/uiview/view.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-09-22 08:10:29 $
+ * last change: $Author: jp $ $Date: 2000-10-05 12:34:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -329,17 +329,6 @@ void SwView::ImpSetVerb( int nSelType )
bVerbsActive = sal_True;
bResetVerbs = sal_False;
}
- if ( nSelType & SwWrtShell::SEL_GRF &&
-
- SFX_APP()->HasFeature( SFX_FEATURE_SIMAGE ) )
- {
- SvVerb aVerb( 0, SW_RESSTR( STR_VERB_FOR_GRF ));
- SvVerbList aLst;
- aLst.Append( aVerb );
- SetVerbs( &aLst );
- bVerbsActive = sal_True;
- bResetVerbs = sal_False;
- }
}
}
if ( bResetVerbs )
@@ -1155,13 +1144,6 @@ void SwView::ReadUserData( const String &rUserData, sal_Bool bBrowse )
}
}
-void SwView::UIDeactivate( SvInPlaceObject* )
-{
- GetEditWin().OleToGrf();
-}
-
-
-
void SwView::ShowCursor( FASTBOOL bOn )
{
if ( bOn )
@@ -1180,8 +1162,6 @@ ErrCode SwView::DoVerb( long nVerb )
const int nSel = rSh.GetSelectionType();
if ( nSel & SwWrtShell::SEL_OLE )
rSh.LaunchOLEObj( nVerb );
- else if ( nSel & SwWrtShell::SEL_GRF && nVerb == 0 )
- GetDispatcher().Execute( SID_SIM_START );
}
return ERRCODE_NONE;
}
diff --git a/sw/source/ui/uiview/view.hrc b/sw/source/ui/uiview/view.hrc
index d15d3878bf6f..538df7d049b6 100644
--- a/sw/source/ui/uiview/view.hrc
+++ b/sw/source/ui/uiview/view.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: view.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:49 $
+ * last change: $Author: jp $ $Date: 2000-10-05 12:34:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,6 @@
#define STR_NUM_LEVEL (RC_VIEW_BEGIN + 3)
#define STR_ERROR_NOLANG (RC_VIEW_BEGIN + 6)
-#define STR_VERB_FOR_GRF (RC_VIEW_BEGIN + 7)
#define STR_EDIT_FOOTNOTE (RC_VIEW_BEGIN + 14)
diff --git a/sw/source/ui/uiview/view.src b/sw/source/ui/uiview/view.src
index 3bea4efe0ccf..d9ae06c4112f 100644
--- a/sw/source/ui/uiview/view.src
+++ b/sw/source/ui/uiview/view.src
@@ -2,9 +2,9 @@
*
* $RCSfile: view.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nf $ $Date: 2000-09-27 21:39:16 $
+ * last change: $Author: jp $ $Date: 2000-10-05 12:34:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -615,30 +615,6 @@ String STR_EDIT_FOOTNOTE
TEXT[ turkish ] = "Dipnotu dzenle";
TEXT[ language_user1 ] = " ";
};
-String STR_VERB_FOR_GRF
-{
- TEXT = "Bearbeiten" ;
- TEXT [ ENGLISH ] = "Edit" ;
- Text [ dutch ] = "Bewerken" ;
- Text [ english_us ] = "Edit" ;
- Text [ italian ] = "Modifica" ;
- Text [ spanish ] = "Editar" ;
- Text [ french ] = "Modifier" ;
- Text [ swedish ] = "Redigera" ;
- Text [ danish ] = "Rediger" ;
- Text [ portuguese_brazilian ] = "Bearbeiten" ;
- Text [ portuguese ] = "Editar" ;
- Text[ chinese_simplified ] = "༭";
- Text[ russian ] = "";
- Text[ polish ] = "Edytuj";
- Text[ japanese ] = "ҏW";
- Text[ chinese_traditional ] = "s";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "Dzenle";
- Text[ language_user1 ] = " ";
-};
String STR_NB_REPLACED
{
Text = "Suchbegriff XXmal ersetzt." ;
diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src
index b356ce6be9e1..6ee62620e2b6 100644
--- a/sw/source/ui/web/web.src
+++ b/sw/source/ui/web/web.src
@@ -2,9 +2,9 @@
*
* $RCSfile: web.src,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:51 $
+ * last change: $Author: jp $ $Date: 2000-10-05 12:35:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -540,10 +540,6 @@ ToolBox RID_WEBGRAPHIC_TOOLBOX
MN_FRAME3
MN_LINESTYLE
ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
- ToolBoxItem
- {
- ITEM_TOOLBAR_SIM_START
- };
MN_ATTRIBUTES_GRAFIK
ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
MN_LAYER