diff options
Diffstat (limited to 'include/svx/graphichelper.hxx')
-rw-r--r-- | include/svx/graphichelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx index b78ac7c2b8b9..f2109a550356 100644 --- a/include/svx/graphichelper.hxx +++ b/include/svx/graphichelper.hxx @@ -29,7 +29,7 @@ class SVX_DLLPUBLIC GraphicHelper { public: - static void GetPreferedExtension( OUString& rExtension, const Graphic& rGraphic ); + static void GetPreferredExtension( OUString& rExtension, const Graphic& rGraphic ); static OUString ExportGraphic( const Graphic& rGraphic, const OUString& rGraphicName ); static void SaveShapeAsGraphic( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); }; |