diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-08-11 23:47:19 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 07:57:33 +0000 |
commit | 8738a07e8913873f5b740300391e8cab242b0228 (patch) | |
tree | b3844c111249e3a85fad42843694e0a289a03eeb /cui | |
parent | fb6edeb20de56359be3d45316a2d665ad8d424a2 (diff) |
Resource cleanup in cui/
Change-Id: I30a33e3b2f7d117cf5a36df4dc076c5d32691ce1
Reviewed-on: https://gerrit.libreoffice.org/5357
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuires.hrc | 2 | ||||
-rw-r--r-- | cui/source/tabpages/strings.src | 4 | ||||
-rw-r--r-- | cui/source/tabpages/tpgradnt.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tphatch.cxx | 1 |
4 files changed, 1 insertions, 7 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index e89b48406c4c..4263c8d88436 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -97,7 +97,7 @@ #define RID_SVXSTR_ASK_CHANGE_COLOR (RID_SVX_START + 218) #define RID_SVXSTR_TABLE (RID_SVX_START + 220) -#define RID_SVXSTR_WARN_TABLE_OVERWRITE (RID_SVX_START + 231) + #define RID_SVXSTR_CHARNAME_TRANSPARENT (RID_SVX_START + 237) #define RID_SVXSTR_DESC_LINEEND (RID_SVX_START + 238) diff --git a/cui/source/tabpages/strings.src b/cui/source/tabpages/strings.src index 58c35d9d260b..dbc16cc6a432 100644 --- a/cui/source/tabpages/strings.src +++ b/cui/source/tabpages/strings.src @@ -91,10 +91,6 @@ String RID_SVXSTR_TABLE { Text [ en-US ] = "Table" ; }; -String RID_SVXSTR_WARN_TABLE_OVERWRITE -{ - Text [ en-US ] = "The list was modified without saving. Would you like to save the list now?" ; -}; String RID_SVXSTR_DESC_LINEEND { Text [ en-US ] = "Please enter a name for the new arrowhead:" ; diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index 00515289c480..b7b57942d504 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -513,7 +513,6 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ClickModifyHdl_Impl) if ( nPos != LISTBOX_ENTRY_NOTFOUND ) { - ResMgr& rMgr = CUI_MGR(); String aDesc( CUI_RES( RID_SVXSTR_DESC_GRADIENT ) ); String aName( pGradientList->GetGradient( nPos )->GetName() ); String aOldName = aName; diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index 41f7add3f5fa..97b6fc7e444d 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -556,7 +556,6 @@ IMPL_LINK_NOARG(SvxHatchTabPage, ClickModifyHdl_Impl) if ( nPos != LISTBOX_ENTRY_NOTFOUND ) { - ResMgr& rMgr = CUI_MGR(); String aDesc( CUI_RES( RID_SVXSTR_DESC_HATCH ) ); String aName( pHatchingList->GetHatch( nPos )->GetName() ); String aOldName = aName; |