diff options
Diffstat (limited to 'svx/source/gallery2/gallery1.cxx')
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx index c417c94eab56..daeaa702732c 100644 --- a/svx/source/gallery2/gallery1.cxx +++ b/svx/source/gallery2/gallery1.cxx @@ -53,7 +53,7 @@ using namespace ::com::sun::star; -static bool FileExists( const INetURLObject &rURL, const rtl::OUString &rExt ) +static bool FileExists( const INetURLObject &rURL, const OUString &rExt ) { INetURLObject aURL( rURL ); aURL.setExtension( rExt ); |