summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-02-22 09:36:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-02-22 11:02:36 +0000
commitbdeda4385df297cd6cbd90497d9cd6ce95103ae4 (patch)
tree8956965cd9c875029c2c4a05a9fa48625dc837d8 /include/comphelper
parentabdb918f146ceb6ea7d310968a96cdeb6f801a8f (diff)
OPropertyChangeListener::setAdapter can be private
Change-Id: I5b849babe365300d1b6443caaacce45f4c7bf7c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147431 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/propmultiplex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx
index 41d456d43dfb..30285f3e6204 100644
--- a/include/comphelper/propmultiplex.hxx
+++ b/include/comphelper/propmultiplex.hxx
@@ -64,7 +64,7 @@ namespace comphelper
*/
void disposeAdapter();
- // pseudo-private. Making it private now could break compatibility
+ private:
void setAdapter( OPropertyChangeMultiplexer* _pAdapter );
};