summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/dibpreview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/dibpreview.hxx')
-rw-r--r--fpicker/source/win32/filepicker/dibpreview.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/fpicker/source/win32/filepicker/dibpreview.hxx b/fpicker/source/win32/filepicker/dibpreview.hxx
index 2269fce065c7..0cf568b66eb6 100644
--- a/fpicker/source/win32/filepicker/dibpreview.hxx
+++ b/fpicker/source/win32/filepicker/dibpreview.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -57,7 +57,7 @@
class CDIBPreview : public PreviewBase
{
public:
-
+
// ctor
CDIBPreview(HINSTANCE instance,HWND parent,sal_Bool bShowWindow = sal_False);
@@ -66,23 +66,23 @@ public:
// preview interface implementation
- virtual sal_Int32 SAL_CALL getTargetColorDepth()
+ virtual sal_Int32 SAL_CALL getTargetColorDepth()
throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Int32 SAL_CALL getAvailableWidth()
+ virtual sal_Int32 SAL_CALL getAvailableWidth()
throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Int32 SAL_CALL getAvailableHeight()
+ virtual sal_Int32 SAL_CALL getAvailableHeight()
throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setImage(sal_Int16 aImageFormat, const ::com::sun::star::uno::Any& aImage)
+ virtual void SAL_CALL setImage(sal_Int16 aImageFormat, const ::com::sun::star::uno::Any& aImage)
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL setShowState(sal_Bool bShowState)
throw (::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL getShowState()
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException);
virtual HWND SAL_CALL getWindowHandle() const;
@@ -93,12 +93,12 @@ private:
void SAL_CALL UnregisterDibPreviewWindowClass( );
static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
-
-private:
+
+private:
HINSTANCE m_Instance;
- HWND m_Hwnd;
+ HWND m_Hwnd;
com::sun::star::uno::Sequence<sal_Int8> m_Image;
- osl::Mutex m_PaintLock;
+ osl::Mutex m_PaintLock;
// the preview window class has to be registered only
// once per process, so multiple instance of this class
@@ -106,7 +106,7 @@ private:
static ATOM s_ClassAtom;
static osl::Mutex s_Mutex;
static sal_Int32 s_RegisterDibPreviewWndCount;
-
+
// prevent copy and assignment
private:
CDIBPreview(const CDIBPreview&);