From 7a3ae89a12b2c11e90d3f0c76293ddb63203bd2a Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 28 Jun 2012 00:19:28 +0200 Subject: Enable menu option "Edit witn External Tool.." for Calc. Currently it was only possible to use "Exit with External Tool.." menu option in Writer. Now it is also possible to use this in Calc and in future Draw and Impress. Code has been refactored and extacted out of "sw" into "svx", so other components can use it. Currently there is no cleanup of temporary images after processing was done, and also pinging for changes are still active even when editing in external tool is done. This behavior will be changed in the future. Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f --- sw/inc/cmdid.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/inc/cmdid.h') diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index ac547f67a226..2262521988ef 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -853,14 +853,11 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_UNO_TABLE_NAME (FN_EXTRA2 + 111) #define FN_UNO_META (FN_EXTRA2 + 112) #define FN_UNO_NESTED_TEXT_CONTENT (FN_EXTRA2 + 113) -/* Edit Graphic with External Tool */ -#define FN_EXTERNAL_EDIT (FN_EXTRA2 + 114) /* Navigation buttons */ #define FN_NAVIGATION_BACK (FN_EXTRA2 + 115) #define FN_NAVIGATION_FORWARD (FN_EXTRA2 + 116) - // #i972: bool items to be passed to SwFrmPage for evaluation #define FN_OLE_IS_MATH (FN_EXTRA2 + 114) #define FN_MATH_BASELINE_ALIGNMENT (FN_EXTRA2 + 115) -- cgit