diff options
Diffstat (limited to 'desktop/source/migration/services/oo3extensionmigration.hxx')
-rw-r--r-- | desktop/source/migration/services/oo3extensionmigration.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx index f9722aa2edac..690bb94093e3 100644 --- a/desktop/source/migration/services/oo3extensionmigration.hxx +++ b/desktop/source/migration/services/oo3extensionmigration.hxx @@ -78,7 +78,7 @@ namespace migration SCANRESULT_DONTMIGRATE_EXTENSION }; - void checkAndCreateDirectory( INetURLObject& rDirURL ); + void checkAndCreateDirectory( INetURLObject const & rDirURL ); ScanResult scanExtensionFolder( const OUString& sExtFolder ); void scanUserExtensions( const OUString& sSourceDir, TStringVector& aMigrateExtensions ); bool scanDescriptionXml( const OUString& sDescriptionXmlFilePath ); |