diff --git a/cui/source/dialogs/multipat.src b/cui/source/dialogs/multipat.src index 09b3718965a8..0dfc1107d3ec 100644 --- a/cui/source/dialogs/multipat.src +++ b/cui/source/dialogs/multipat.src @@ -39,4 +39,9 @@ String RID_SVXSTR_MULTIFILE_DBL_ERR Text [ en-US ] = "The file %1 already exists." ; }; +String RID_SVXSTR_ADD_IMAGE +{ + Text [ en-US ] = "Add Image" ; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index d6852c35c3c3..3214b5100439 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -208,6 +208,7 @@ #define RID_SVXSTR_ARCHIVE_TITLE (RID_SVX_START + 484) #define RID_SVXSTR_ARCHIVE_HEADLINE (RID_SVX_START + 485) #define RID_SVXSTR_MULTIFILE_DBL_ERR (RID_SVX_START + 486) +#define RID_SVXSTR_ADD_IMAGE (RID_SVX_START + 487) // script organizer #define RID_SVXSTR_DELQUERY (RID_SVX_START + 1027) diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx index fdb7219a6cd4..032ad4596818 100644 --- a/cui/source/inc/numpages.hxx +++ b/cui/source/inc/numpages.hxx @@ -31,7 +31,7 @@ #include #include #include - +#include class SvxNumRule; class SvxBmpNumValueSet; @@ -215,6 +215,7 @@ class SvxBitmapPickTabPage : public SfxTabPage VclPtr m_pErrorText; VclPtr m_pExamplesVS; + VclPtr