diff options
author | serval <serval2412@yahoo.fr> | 2010-12-20 11:50:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 11:50:25 +0000 |
commit | e4db7f536d6e227fd0695fa29077050f6bd692fb (patch) | |
tree | 03044b4427e663e47052f2eb4bff335fb6572296 /sc/source/ui/attrdlg | |
parent | 3fc98975edfcdfca376cd2603db94b12048db1d7 (diff) |
callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/source/ui/attrdlg')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index dd0b8f6ff796..7332b08fffac 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -1640,11 +1640,4 @@ GetTabPageRanges ScAbstractDialogFactory_Impl::GetTabPageRangesFunc( USHORT nId return 0; } -void ScDPFunctionDlg_Dummy() -{ - // use ScDPListBoxWrapper to avoid warning (this isn't called) - ListBox* pListBox = NULL; - ScDPListBoxWrapper aWrapper( *pListBox ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |