[Libreoffice-commits] core.git: cui/source

Olivier Hallot olivier.hallot at edx.srv.br
Mon Aug 12 00:57:54 PDT 2013


 cui/source/inc/cuires.hrc        |    2 +-
 cui/source/tabpages/strings.src  |    4 ----
 cui/source/tabpages/tpgradnt.cxx |    1 -
 cui/source/tabpages/tphatch.cxx  |    1 -
 4 files changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 8738a07e8913873f5b740300391e8cab242b0228
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Sun Aug 11 23:47:19 2013 -0300

    Resource cleanup in cui/
    
    Change-Id: I30a33e3b2f7d117cf5a36df4dc076c5d32691ce1
    Reviewed-on: https://gerrit.libreoffice.org/5357
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc
index e89b484..4263c8d 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 58c35d9..dbc16cc 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 0051528..b7b5794 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 41f7add..97b6fc7 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;


More information about the Libreoffice-commits mailing list