summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/previewadapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/previewadapter.hxx')
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/previewadapter.hxx b/fpicker/source/win32/filepicker/previewadapter.hxx
index 634b9b7c0494..33f5ef54fa0d 100644
--- a/fpicker/source/win32/filepicker/previewadapter.hxx
+++ b/fpicker/source/win32/filepicker/previewadapter.hxx
@@ -54,7 +54,7 @@ public:
~CPreviewAdapter();
- css::uno::Sequence<sal_Int16> SAL_CALL getSupportedImageFormats();
+ static css::uno::Sequence<sal_Int16> SAL_CALL getSupportedImageFormats();
sal_Int32 SAL_CALL getTargetColorDepth();
@@ -65,9 +65,9 @@ public:
void SAL_CALL setImage(sal_Int16 aImageFormat, const css::uno::Any& aImage)
throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
- sal_Bool SAL_CALL setShowState(sal_Bool bShowState);
+ bool SAL_CALL setShowState(bool bShowState);
- sal_Bool SAL_CALL getShowState();
+ bool SAL_CALL getShowState();
void SAL_CALL setParent(HWND parent);