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

New commits:
commit d1c3f6537419169608a5802c1adf7a2840d6ed19
Author: Thorsten Behrens <tbehr...@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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to