summaryrefslogtreecommitdiff
path: root/cui/source/inc/screenshotannotationdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/screenshotannotationdlg.hxx')
-rw-r--r--cui/source/inc/screenshotannotationdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/screenshotannotationdlg.hxx b/cui/source/inc/screenshotannotationdlg.hxx
index f82bbeacb392..1e41810a09aa 100644
--- a/cui/source/inc/screenshotannotationdlg.hxx
+++ b/cui/source/inc/screenshotannotationdlg.hxx
@@ -26,10 +26,10 @@ class ScreenshotAnnotationDlg_Impl;
class ScreenshotAnnotationDlg : public weld::GenericDialogController
{
private:
- std::unique_ptr< ScreenshotAnnotationDlg_Impl > m_pImpl;
+ std::unique_ptr<ScreenshotAnnotationDlg_Impl> m_pImpl;
- ScreenshotAnnotationDlg(const ScreenshotAnnotationDlg &) = delete;
- ScreenshotAnnotationDlg& operator=(const ScreenshotAnnotationDlg &) = delete;
+ ScreenshotAnnotationDlg(const ScreenshotAnnotationDlg&) = delete;
+ ScreenshotAnnotationDlg& operator=(const ScreenshotAnnotationDlg&) = delete;
public:
ScreenshotAnnotationDlg(weld::Dialog& rParentDialog);