summaryrefslogtreecommitdiff
path: root/avmedia/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:57:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:57:28 +0000
commit3f3b6e60564bfc287f8de67a22da67d1124d4479 (patch)
tree39d54a82cbba81a50446a2af8fa66ad3bc22e2cf /avmedia/inc
parent74b77f8258e35b6317761b91fbb2d43b986c963a (diff)
INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED
2006/02/14 10:53:42 cl 1.3.24.2: removed extra ';' 2005/11/28 12:46:24 cl 1.3.24.1: warning free code fixes
Diffstat (limited to 'avmedia/inc')
-rw-r--r--avmedia/inc/mediacontrol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx
index d3fb4e570be7..1cd06a2a40d3 100644
--- a/avmedia/inc/mediacontrol.hxx
+++ b/avmedia/inc/mediacontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mediacontrol.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:34:56 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:57:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,7 @@ class MediaControl : public Control
public:
MediaControl( Window* pParent, MediaControlStyle eControlStyle );
- ~MediaControl();
+ virtual ~MediaControl();
const Size& getMinSizePixel() const;
@@ -106,7 +106,7 @@ private:
Timer maTimer;
MediaItem maItem;
ToolBox maPlayToolBox;
- Slider maTimeSlider;;
+ Slider maTimeSlider;
ToolBox maMuteToolBox;
Slider maVolumeSlider;
ToolBox maZoomToolBox;