summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-04 18:18:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-04 18:18:53 +0100
commitd2f6f86330b68500a4e0c7987ff2bb1493a7ea8d (patch)
tree1e79c00a6093e312d47ff8719b9781588d883b26 /include
parenteb760663d06dd9eb445b5390c854c4daf18a1a52 (diff)
loplugin:stringconstant
Change-Id: I08430479a2c8d1fd6e3fc357ba3069b3a7bb6ac8
Diffstat (limited to 'include')
-rw-r--r--include/svtools/unoevent.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index ac1f03c38a6f..899b2bbdeef1 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -150,19 +150,6 @@ protected:
/// get the event ID for the name; return 0 if not supported
sal_uInt16 getMacroID(const OUString& rName) const;
-
- /// create PropertyValues and Any from macro
- void getAnyFromMacro(
- css::uno::Any& aAny, // Any to be filled by Macro values
- const SvxMacro& rMacro);
-
- /// create macro from PropertyValues (in an Any)
- void getMacroFromAny(
- SvxMacro& aMacro, // reference to be filled by Any
- const css::uno::Any& rAny)
- throw (
- css::lang::IllegalArgumentException);
-
};