[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/source

Thorsten Behrens tbehrens at suse.com
Fri Aug 2 06:37:56 PDT 2013


 sc/source/ui/namedlg/namemgrtable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1c3f6537419169608a5802c1adf7a2840d6ed19
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Fri Aug 2 15:37:22 2013 +0200

    Fix build.
    
    Change-Id: Ic1a6ce26e84982a617d9814645a7bfc3ccd3a63f

diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx
index 304f53b..b0e308a 100644
--- a/sc/source/ui/namedlg/namemgrtable.cxx
+++ b/sc/source/ui/namedlg/namemgrtable.cxx
@@ -75,7 +75,7 @@ void ScRangeManagerTable::Resize()
 
 void ScRangeManagerTable::StateChanged( StateChangedType nStateChange )
 {
-    SvSimpleTable::StateChanged(nStateChange);
+    SvxSimpleTable::StateChanged(nStateChange);
 
     if (nStateChange == STATE_CHANGE_INITSHOW)
     {


More information about the Libreoffice-commits mailing list