summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpdialogbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpdialogbase.hxx')
-rw-r--r--fpicker/source/office/fpdialogbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpdialogbase.hxx b/fpicker/source/office/fpdialogbase.hxx
index 5b921b9379d0..575f4acd5aab 100644
--- a/fpicker/source/office/fpdialogbase.hxx
+++ b/fpicker/source/office/fpdialogbase.hxx
@@ -103,7 +103,7 @@ public:
virtual sal_Int32 getAvailableWidth() = 0;
virtual sal_Int32 getAvailableHeight() = 0;
- virtual void setImage( sal_Int16 aImageFormat, const css::uno::Any& rImage ) = 0;
+ virtual void setImage( const css::uno::Any& rImage ) = 0;
virtual bool getShowState() = 0;
};