summaryrefslogtreecommitdiff
path: root/include/svl/poolitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/poolitem.hxx')
-rw-r--r--include/svl/poolitem.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 518c875d96f1..156ea48eeebf 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -75,11 +75,6 @@ inline bool Any2Bool( const ::com::sun::star::uno::Any&rValue )
return nValue;
}
-inline ::com::sun::star::uno::Any Bool2Any( bool bValue )
-{
- return ::com::sun::star::uno::Any( &bValue, cppu::UnoType<bool>::get() );
-}
-
enum SfxMapUnit
{
SFX_MAPUNIT_100TH_MM,