[Libreoffice-commits] .: avmedia/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 18 07:05:00 PDT 2012
avmedia/source/win/player.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b8a331fefc6332baa62144095d3f26cdb456d2c7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 18 16:04:22 2012 +0200
warning C4805: unsafe mix of type bool and sal_Bool
Change-Id: I4cae9b629649de510e35b499f299509a608a9022
diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index 1647d1c..ab01341 100644
--- a/avmedia/source/win/player.hxx
+++ b/avmedia/source/win/player.hxx
@@ -107,7 +107,7 @@ private:
IVideoWindow* mpVW;
IDDrawExclModeVideo* mpEV;
long mnUnmutedVolume;
- bool mbMuted;
+ sal_Bool mbMuted;
bool mbLooping;
void ImplLayoutVideoWindow();
More information about the Libreoffice-commits
mailing list