summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-12 13:12:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-12 13:12:22 +0100
commit2d4d38bcf2791e9e0805f5a61e2f7d48f4c7a2a6 (patch)
treeae49c6d319a01f8b809d63726f834a84a1e14858 /cui
parent581438a0c609c957e2db0b262b3bea83fa387eac (diff)
lcl_Bool2Any is unused
Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9e7d8
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optlingu.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index dab862d7ac71..07c5ddc7f547 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; // !!!!