cui/source/options/optlingu.cxx | 13 ------------- 1 file changed, 13 deletions(-)
New commits: commit 2d4d38bcf2791e9e0805f5a61e2f7d48f4c7a2a6 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Oct 12 13:12:22 2012 +0100 lcl_Bool2Any is unused Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9e7d8 diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index dab862d..07c5ddc 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -1195,19 +1195,6 @@ SfxTabPage* SvxLinguTabPage::Create( Window* pParent, //------------------------------------------------------------------------ -static Any lcl_Bool2Any(sal_Bool bVal) -{ - Any aRet(&bVal, ::getBooleanCppuType()); - return aRet; -} - - -static sal_Bool lcl_Bool2Any(Any& rVal) -{ - return *(sal_Bool*)rVal.getValue(); -} - - sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet ) { sal_Bool bModified = sal_True; // !!!!
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits