diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/doc/sfx2doc.html | 3 | ||||
-rw-r--r-- | sfx2/source/dialog/newstyle.src | 1 | ||||
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/doc/sfx2doc.html b/sfx2/doc/sfx2doc.html index 4ac9f29bea2c..2c0babb23a77 100644 --- a/sfx2/doc/sfx2doc.html +++ b/sfx2/doc/sfx2doc.html @@ -67,7 +67,6 @@ In ./include/sfx2/sfxsids.hrc, the defines of the slot names and their numbers a In ./officecfg/registry/data/org/openoffice/Office/UI, there are .xcu ended xml files that define the single menu items. They contain the US- language name and the .uno: command.<BR> -In ./include/sfx2/sfxcommands.h, the uno command names are listed. <BR><BR> @@ -75,4 +74,4 @@ The resource compiler, which creates files some GetState methods refer to, is in </P> </BODY> -</HTML>
\ No newline at end of file +</HTML> diff --git a/sfx2/source/dialog/newstyle.src b/sfx2/source/dialog/newstyle.src index d595e553536d..6046ecab329a 100644 --- a/sfx2/source/dialog/newstyle.src +++ b/sfx2/source/dialog/newstyle.src @@ -19,7 +19,6 @@ #include <sfx2/sfx.hrc> #include "dialog.hrc" -#include <sfx2/sfxcommands.h> String STR_QUERY_OVERWRITE { diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index f580d851ebde..1edcd1da3fdb 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -19,8 +19,6 @@ #ifndef INCLUDED_SFX2_SOURCE_INC_HELPID_HRC #define INCLUDED_SFX2_SOURCE_INC_HELPID_HRC -#include <sfx2/sfxcommands.h> - #define HID_TEMPLATE_FMT "SFX2_HID_TEMPLATE_FMT" #define HID_TEMPLATE_FILTER "SFX2_HID_TEMPLATE_FILTER" #define HID_TEMPLDLG_NEWBYEXAMPLE "SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" |