[Libreoffice-commits] .: Branch 'feature/unitymenus-master' - vcl/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 13 03:20:28 PST 2012
vcl/inc/vcl/menu.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 2d60d7fca837f345727356ea92c8c22a087d0ca3
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Tue Nov 13 12:16:19 2012 +0100
ImplSelectWithStart is actually already defined
Change-Id: I4bc0f6f9b8f1d87236d19f3757eeeb1f2702552a
diff --git a/vcl/inc/vcl/menu.hxx b/vcl/inc/vcl/menu.hxx
index a0dae64..6c12dc6 100644
--- a/vcl/inc/vcl/menu.hxx
+++ b/vcl/inc/vcl/menu.hxx
@@ -289,10 +289,6 @@ public:
Menu();
Menu( sal_Bool bMenuBar );
SAL_DLLPRIVATE Window* ImplGetWindow() const { return pWindow; }
-#if defined(QUARTZ)
- // ImplSelectWithStart() is used in vcl/aqua/source/window/salnsmenu.mm
- SAL_DLLPRIVATE void ImplSelectWithStart( Menu* pStartMenu = NULL );
-#endif
void ImplSelectWithStart( Menu* pStartMenu = NULL );
public:
More information about the Libreoffice-commits
mailing list