From a10b4fd2bc08651d47bdb19bb8ab9c1f8f3d4851 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Apr 2017 14:51:13 +0100 Subject: convert annotation menu to .ui Change-Id: Id15e1c2040d3d202e90984888598da4426b5fec4 --- sw/inc/AnnotationWin.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc/AnnotationWin.hxx') diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx index 6f660a27ccca..29080823050a 100644 --- a/sw/inc/AnnotationWin.hxx +++ b/sw/inc/AnnotationWin.hxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include @@ -208,6 +209,7 @@ class SwAnnotationWin : public vcl::Window SwAnnotationWin* GetTopReplyNote(); SvxLanguageItem GetLanguage(); + VclBuilder maBuilder; SwPostItMgr& mrMgr; SwView& mrView; -- cgit