diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:40:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:40:31 +0000 |
commit | 01f081c857b606801cd5ed7cd2d90839a58cef1f (patch) | |
tree | 582b5d3accff7c353856eedfb93dd8ad25e1f4eb /sd | |
parent | aa1fc8a8813268a2e0cdee811776053f04a0122b (diff) |
INTEGRATION: CWS sdwarningsbegone (1.9.132); FILE MERGED
2006/11/27 13:48:12 cl 1.9.132.1: #i69285# warning free code changes for sd project
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/LayoutMenu.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/LayoutMenu.hxx b/sd/source/ui/toolpanel/LayoutMenu.hxx index bd252ef60280..263741d978bb 100644 --- a/sd/source/ui/toolpanel/LayoutMenu.hxx +++ b/sd/source/ui/toolpanel/LayoutMenu.hxx @@ -4,9 +4,9 @@ * * $RCSfile: LayoutMenu.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2006-04-28 14:59:36 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:40:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ class LayoutMenu { public: TYPEINFO(); - SFX_DECL_INTERFACE(SD_IF_SDLAYOUTMENU); + SFX_DECL_INTERFACE(SD_IF_SDLAYOUTMENU) /** Create a new layout menu. Depending on the given flag it displays its own scroll bar or lets a surrounding window @@ -164,6 +164,9 @@ public: */ virtual void DataChanged (const DataChangedEvent& rEvent); + using Window::GetWindow; + using ValueSet::StartDrag; + private: ViewShellBase& mrBase; |