summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-18 14:03:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-18 14:19:31 +0100
commitf3ab7e1403f60ad4f9137e68241e68aa06b2fb1e (patch)
tree66a74f6ec6dabe5c4ef0feb8d036bbf293e75c06 /sfx2
parent936ffc11cee7176e63785f3b4a97eb1f0acfdf0e (diff)
remove sfx2/sfxcommands.h
Change-Id: Ic131adc90f2891497623441dd94da2d3401a93e5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/doc/sfx2doc.html3
-rw-r--r--sfx2/source/dialog/newstyle.src1
-rw-r--r--sfx2/source/inc/helpid.hrc2
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"