summaryrefslogtreecommitdiff
path: root/include/sfx2/tbxctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r--include/sfx2/tbxctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index d524ba892400..b309187139be 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -75,8 +75,8 @@ friend class SfxFrameStatusListener;
rtl::Reference<SfxFrameStatusListener> m_xStatusListener;
private:
- SfxPopupWindow(SfxPopupWindow &) = delete;
- void operator =(SfxPopupWindow &) = delete;
+ SfxPopupWindow(SfxPopupWindow const &) = delete;
+ SfxPopupWindow& operator =(SfxPopupWindow const &) = delete;
void Delete();
protected: