summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 12:42:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 12:42:40 +0200
commitf153d5cb12372dddaaceaaaa0c0892f4ba3d12aa (patch)
tree202df9cf59c34edef18baf991ec02459a6318a89 /sc/inc
parent58a32075ca4f457f570af75aef368dd6c389aca7 (diff)
Remove unnecessary ScUnoHelpFunctions::SetBoolInAny
Change-Id: I4814618758bbb2fe1ed3fbf279b0bbbb370d5cef
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/miscuno.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index e60ea1480f9f..8bbcdbf0a16b 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -166,7 +166,6 @@ public:
static sal_Int16 GetInt16FromAny( const css::uno::Any& aAny );
static sal_Int32 GetInt32FromAny( const css::uno::Any& aAny );
static sal_Int32 GetEnumFromAny( const css::uno::Any& aAny );
- static void SetBoolInAny( css::uno::Any& rAny, bool bValue );
static void SetOptionalPropertyValue(
css::uno::Reference< css::beans::XPropertySet >& rPropSet,