summaryrefslogtreecommitdiff
path: root/include/sfx2/opengrf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/opengrf.hxx')
-rw-r--r--include/sfx2/opengrf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/opengrf.hxx b/include/sfx2/opengrf.hxx
index 9533a86f9b20..542e573304cf 100644
--- a/include/sfx2/opengrf.hxx
+++ b/include/sfx2/opengrf.hxx
@@ -31,12 +31,12 @@ public:
SvxOpenGraphicDialog ( const OUString& rTitle );
~SvxOpenGraphicDialog ();
- short Execute();
+ ErrCode Execute();
void SetPath( const OUString& rPath, bool bLinkState );
OUString GetPath() const;
- int GetGraphic(Graphic&) const;
+ ErrCode GetGraphic(Graphic&) const;
void EnableLink(bool);
void AsLink(bool);