summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-09-17 17:27:13 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-09-18 11:45:21 +0200
commit36b988312ae8013deefcdf4800592230e7c95ad8 (patch)
tree6b1ff94af5fce4acd629cb5aad624971b8250cd1 /include/comphelper
parente22f1a2993d1c675ed8017090d1557d74d8b2917 (diff)
cid#1555574 drop unused copy ctor
Change-Id: Ibaad87cc2f481f3bc7f726ecde0c466a563a96a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173588 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblekeybindinghelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/accessiblekeybindinghelper.hxx b/include/comphelper/accessiblekeybindinghelper.hxx
index fe6b03521f5b..c1b8782be0e4 100644
--- a/include/comphelper/accessiblekeybindinghelper.hxx
+++ b/include/comphelper/accessiblekeybindinghelper.hxx
@@ -49,7 +49,6 @@ namespace comphelper
public:
OAccessibleKeyBindingHelper();
- OAccessibleKeyBindingHelper( const OAccessibleKeyBindingHelper& rHelper );
/// @throws css::uno::RuntimeException
void AddKeyBinding( const css::uno::Sequence< css::awt::KeyStroke >& rKeyBinding );