summaryrefslogtreecommitdiff
path: root/vcl/inc/graphic/GraphicFormatDetector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphic/GraphicFormatDetector.hxx')
-rw-r--r--vcl/inc/graphic/GraphicFormatDetector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/graphic/GraphicFormatDetector.hxx b/vcl/inc/graphic/GraphicFormatDetector.hxx
index e914ee64a3ca..b38561f790c3 100644
--- a/vcl/inc/graphic/GraphicFormatDetector.hxx
+++ b/vcl/inc/graphic/GraphicFormatDetector.hxx
@@ -23,7 +23,7 @@
#include <tools/stream.hxx>
#include <vector>
-VCL_DLLPUBLIC bool ImpPeekGraphicFormat(SvStream& rStream, OUString& rFormatExtension, bool bTest);
+VCL_DLLPUBLIC bool peekGraphicFormat(SvStream& rStream, OUString& rFormatExtension, bool bTest);
namespace vcl
{