summaryrefslogtreecommitdiff
path: root/include/comphelper/types.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-03 11:20:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-03 11:20:51 +0200
commita05ab9ef5e1804faed90f3df2f7fb8cb49065590 (patch)
treee6103fe46388857b91d51f63be313810ba0774b0 /include/comphelper/types.hxx
parent4b3c211cfb4f64f0f31461aa2e623d64224c4423 (diff)
Remove unnecessary setBOOL, makeBoolAny
Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4
Diffstat (limited to 'include/comphelper/types.hxx')
-rw-r--r--include/comphelper/types.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 0279ccb3bccf..a194374e1f63 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -92,15 +92,6 @@ namespace comphelper
COMPHELPER_DLLPUBLIC sal_Int32 getEnumAsINT32(const css::uno::Any& _rAny) throw(css::lang::IllegalArgumentException);
-//= replacement of some former UsrAny.setXXX methods - can be used with rvalues
- inline void setBOOL(css::uno::Any& _rAny, bool _b)
- { _rAny.setValue(&_b, cppu::UnoType<bool>::get()); }
-
-//= extension of ::cppu::makeAny()
- inline css::uno::Any makeBoolAny(bool _b)
- { return css::uno::Any(&_b, cppu::UnoType<bool>::get()); }
-
-
} // namespace comphelper