summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewutil.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 13:01:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 13:01:55 +0000
commit8e2a7bdb6f683a47fb43a66cd61ac17d83c11492 (patch)
treefe4bb795d44e8dc36c3088e9d9515bfa6baea1b2 /sc/source/ui/view/viewutil.cxx
parent252e8111048f163ba5b43e08b8c49a8a826e6080 (diff)
INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED
2006/12/01 08:53:53 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/view/viewutil.cxx')
-rw-r--r--sc/source/ui/view/viewutil.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewutil.cxx b/sc/source/ui/view/viewutil.cxx
index a88a9f519..10815cef9 100644
--- a/sc/source/ui/view/viewutil.cxx
+++ b/sc/source/ui/view/viewutil.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewutil.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 15:27:05 $
+ * last change: $Author: vg $ $Date: 2007-02-27 14:01:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -223,6 +223,11 @@ BOOL ScViewUtil::IsActionShown( const ScChangeAction& rAction,
return FALSE;
}
break;
+
+ default:
+ {
+ // added to avoid warnings
+ }
}
}