diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:47:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:47:45 +0000 |
commit | 7f875cc5c061248f9c30721e96160cbfeb3802fd (patch) | |
tree | b4de505a9d2907218b89d0eb952dbedad658f66d /sd | |
parent | 3dbe1b62a443ae85d976271da40faa5cee2c60ac (diff) |
INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED
2006/11/27 13:48:13 cl 1.5.316.1: #i69285# warning free code changes for sd project
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx b/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx index f92f32574fa1..e55c538628ba 100644 --- a/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx +++ b/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: CustomAnimationPanel.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:39:17 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:47:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,6 +72,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>& rxParent); + using Window::GetWindow; private: Size maPreferredSize; ::Window* mpWrappedControl; |