diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-29 16:49:46 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-29 16:57:08 +0200 |
commit | d00ca13f880bbfe0fc987ef47184737dc74551d8 (patch) | |
tree | 2e7bb5c910a54607148f7bc1ec5cf48466402296 /include/svx/xoutbmp.hxx | |
parent | caabdbc6d2272a7549ad3761b29f23c5947ff9b2 (diff) |
XOutBitmap::GraphicToBase64 can return bool
instead of a sal_uLong error code, which no call place cares about
Change-Id: I0d0dd16859e2f9678f47f484edf933e165b1ca48
Diffstat (limited to 'include/svx/xoutbmp.hxx')
-rw-r--r-- | include/svx/xoutbmp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xoutbmp.hxx b/include/svx/xoutbmp.hxx index 34e03c3f9cc0..37fe77d550be 100644 --- a/include/svx/xoutbmp.hxx +++ b/include/svx/xoutbmp.hxx @@ -56,7 +56,7 @@ public: static sal_uInt16 WriteGraphic( const Graphic& rGraphic, OUString& rFileName, const OUString& rFilterName, const sal_uIntPtr nFlags = 0L, const Size* pMtfSize_100TH_MM = NULL ); - static sal_uLong GraphicToBase64(const Graphic& rGraphic,OUString& rOUString); + static bool GraphicToBase64(const Graphic& rGraphic, OUString& rOUString); static sal_uInt16 ExportGraphic( const Graphic& rGraphic, const INetURLObject& rURL, GraphicFilter& rFilter, const sal_uInt16 nFormat, |