diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-17 17:25:58 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-18 11:44:43 -0500 |
commit | db95c38b3cd3efb924a3be2f7fe1027dbf75401f (patch) | |
tree | 7f414156b0fe3e305911dc890d0c771794a4f0be /sc/source/ui/navipi/content.cxx | |
parent | 1190d330bef57b04545427ac7b119cf416ed4fba (diff) |
Remove dead code: "//static" and "//virtual"
Diffstat (limited to 'sc/source/ui/navipi/content.cxx')
-rw-r--r-- | sc/source/ui/navipi/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index 2f272cc10d2e..78918415c40f 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -738,7 +738,7 @@ void ScContentTree::GetDbNames() } } -bool ScContentTree::IsPartOfType( USHORT nContentType, USHORT nObjIdentifier ) // static +bool ScContentTree::IsPartOfType( USHORT nContentType, USHORT nObjIdentifier ) { bool bRet = false; switch ( nContentType ) |