Kaydet (Commit) 8798f247 authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS jl152

...@@ -1016,8 +1016,11 @@ namespace basctl ...@@ -1016,8 +1016,11 @@ namespace basctl
::rtl::OUString aSearchURL1( RTL_CONSTASCII_USTRINGPARAM( "share/basic" ) ); ::rtl::OUString aSearchURL1( RTL_CONSTASCII_USTRINGPARAM( "share/basic" ) );
::rtl::OUString aSearchURL2( RTL_CONSTASCII_USTRINGPARAM( "share/uno_packages" ) ); ::rtl::OUString aSearchURL2( RTL_CONSTASCII_USTRINGPARAM( "share/uno_packages" ) );
if( aCanonicalFileURL.indexOf( aSearchURL1 ) != -1 || aCanonicalFileURL.indexOf( aSearchURL2 ) != -1 ) ::rtl::OUString aSearchURL3( RTL_CONSTASCII_USTRINGPARAM( "share/extensions" ) );
bIsShared = true; if( aCanonicalFileURL.indexOf( aSearchURL1 ) != -1 ||
aCanonicalFileURL.indexOf( aSearchURL2 ) != -1 ||
aCanonicalFileURL.indexOf( aSearchURL3 ) != -1 )
bIsShared = true;
} }
} }
catch( const Exception& ) catch( const Exception& )
......
...@@ -865,6 +865,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, ...@@ -865,6 +865,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,
m_aUpdateInfo = UpdateInfo(); m_aUpdateInfo = UpdateInfo();
// Remove outdated release notes
storeReleaseNote( 1, rtl::OUString() );
storeReleaseNote( 2, rtl::OUString() );
} }
else else
{ {
......
...@@ -2,6 +2,3 @@ SetProductInstallationPath ...@@ -2,6 +2,3 @@ SetProductInstallationPath
RegisterLanguagePack RegisterLanguagePack
GetUserInstallMode GetUserInstallMode
IsOfficeRunning IsOfficeRunning
RegisterExtensions
DeregisterExtensions
RemoveExtensions
...@@ -77,7 +77,6 @@ STDSHL+= \ ...@@ -77,7 +77,6 @@ STDSHL+= \
#SHL1LIBS = $(SLB)$/$(TARGET).lib #SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS = $(SLOFILES) \ SHL1OBJS = $(SLOFILES) \
$(SLO)$/registerextensions.obj \
$(SLO)$/seterror.obj $(SLO)$/seterror.obj
SHL1TARGET = $(TARGET) SHL1TARGET = $(TARGET)
......
...@@ -7,6 +7,3 @@ IsOfficeRunning ...@@ -7,6 +7,3 @@ IsOfficeRunning
SetFeatureState SetFeatureState
SetNewFeatureState SetNewFeatureState
ShowOnlineUpdateDialog ShowOnlineUpdateDialog
RegisterExtensions
DeregisterExtensions
RemoveExtensions
...@@ -76,7 +76,6 @@ SHL1OBJS = $(SLOFILES) \ ...@@ -76,7 +76,6 @@ SHL1OBJS = $(SLOFILES) \
$(SLO)$/shutdown_quickstart.obj \ $(SLO)$/shutdown_quickstart.obj \
$(SLO)$/quickstarter.obj \ $(SLO)$/quickstarter.obj \
$(SLO)$/upgrade.obj \ $(SLO)$/upgrade.obj \
$(SLO)$/registerextensions.obj \
$(SLO)$/seterror.obj $(SLO)$/seterror.obj
SHL1TARGET = $(TARGET) SHL1TARGET = $(TARGET)
......
...@@ -6,9 +6,6 @@ SetProductInstallMode ...@@ -6,9 +6,6 @@ SetProductInstallMode
RebuildShellIconCache RebuildShellIconCache
ExecutePostUninstallScript ExecutePostUninstallScript
MigrateInstallPath MigrateInstallPath
RegisterExtensions
DeregisterExtensions
RemoveExtensions
CheckInstallDirectory CheckInstallDirectory
SetAdminInstallProperty SetAdminInstallProperty
CreateLayerLinks CreateLayerLinks
......
...@@ -62,7 +62,6 @@ SLOFILES = \ ...@@ -62,7 +62,6 @@ SLOFILES = \
$(SLO)$/setadmininstall.obj \ $(SLO)$/setadmininstall.obj \
$(SLO)$/layerlinks.obj \ $(SLO)$/layerlinks.obj \
$(SLO)$/dotnetcheck.obj \ $(SLO)$/dotnetcheck.obj \
$(SLO)$/registerextensions.obj \
$(SLO)$/copyeditiondata.obj \ $(SLO)$/copyeditiondata.obj \
$(SLO)$/vistaspecial.obj \ $(SLO)$/vistaspecial.obj \
$(SLO)$/checkrunningoffice.obj \ $(SLO)$/checkrunningoffice.obj \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment