summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/previewbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/previewbase.cxx')
-rw-r--r--fpicker/source/win32/filepicker/previewbase.cxx44
1 files changed, 22 insertions, 22 deletions
diff --git a/fpicker/source/win32/filepicker/previewbase.cxx b/fpicker/source/win32/filepicker/previewbase.cxx
index e20b7b0c9e6f..97f5b7d4974f 100644
--- a/fpicker/source/win32/filepicker/previewbase.cxx
+++ b/fpicker/source/win32/filepicker/previewbase.cxx
@@ -25,9 +25,9 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
-//-------------------------------
+
//
-//-------------------------------
+
PreviewBase::PreviewBase() :
m_ImageFormat(::com::sun::star::ui::dialogs::FilePreviewImageFormats::BITMAP),
@@ -35,44 +35,44 @@ PreviewBase::PreviewBase() :
{
}
-//-------------------------------
+
//
-//-------------------------------
+
PreviewBase::~PreviewBase()
{
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Int32 SAL_CALL PreviewBase::getTargetColorDepth() throw (RuntimeException)
{
return 0;
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Int32 SAL_CALL PreviewBase::getAvailableWidth() throw (RuntimeException)
{
return 0;
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Int32 SAL_CALL PreviewBase::getAvailableHeight() throw (RuntimeException)
{
return 0;
}
-//-------------------------------
+
//
-//-------------------------------
+
void SAL_CALL PreviewBase::setImage( sal_Int16 aImageFormat, const ::com::sun::star::uno::Any& aImage )
throw (IllegalArgumentException, RuntimeException)
@@ -90,9 +90,9 @@ void SAL_CALL PreviewBase::setImage( sal_Int16 aImageFormat, const ::com::sun::s
m_ImageFormat = aImageFormat;
}
-//-------------------------------
+
//
-//-------------------------------
+
void SAL_CALL PreviewBase::getImage(sal_Int16& aImageFormat,com::sun::star::uno::Any& aImage)
{
@@ -100,9 +100,9 @@ void SAL_CALL PreviewBase::getImage(sal_Int16& aImageFormat,com::sun::star::uno:
aImage = m_ImageData;
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (RuntimeException)
{
@@ -110,27 +110,27 @@ sal_Bool SAL_CALL PreviewBase::setShowState( sal_Bool bShowState ) throw (Runtim
return sal_True;
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Bool SAL_CALL PreviewBase::getShowState() throw (RuntimeException)
{
return sal_False;
}
-//-------------------------------
+
//
-//-------------------------------
+
sal_Bool SAL_CALL PreviewBase::getImaginaryShowState() const
{
return m_bShowState;
}
-//-------------------------------
+
//
-//-------------------------------
+
HWND SAL_CALL PreviewBase::getWindowHandle() const
{