diff options
author | Jack Leigh <leighman@gmx.se> | 2012-11-29 21:44:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-30 16:22:45 +0000 |
commit | 42f6308d1b4c352b8949a4ab8c2c77388d4a29e9 (patch) | |
tree | e265f314dbcb02ea0b8d1e951191f92dcf2167b8 /sw/inc | |
parent | 20759742222c18ba507b31986622530904efc943 (diff) |
migrate 'Insert Bookmark' dialog to .ui file
STR_REMOVE_WARNING moved to globals.hrc so also misc.hrc no longer
required in swrenamexnameddlg.cxx
Conflicts:
sw/source/ui/misc/bookmark.src
Change-Id: I5c34c14df36a78133ff08c0f2f0ce1a01292067f
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/globals.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index e0f55ae0dab1..a7ed844a4afb 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -65,6 +65,8 @@ #define STR_FOOTNOTE_DIALOG_CHAR (RC_GLOBALS_BEGIN + 39) +#define STR_REMOVE_WARNING (RC_GLOBALS_BEGIN + 40) + // DIALOGS ----------------------------------------------------------- #define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2) |