globals.pm (cdf0e10c) | globals.pm (19d58b3a) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 371 unchanged lines hidden (view full) --- 380 $sundirexists = 0; 381 $analyze_spellcheckerlanguage = 0; 382 %spellcheckerlanguagehash = (); 383 %spellcheckerfilehash = (); 384 $registryrootcomponent = ""; 385 %allcomponents = (); 386 %allcomponents_in_this_database = (); 387 %allshortcomponents = (); | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 371 unchanged lines hidden (view full) --- 380 $sundirexists = 0; 381 $analyze_spellcheckerlanguage = 0; 382 %spellcheckerlanguagehash = (); 383 %spellcheckerfilehash = (); 384 $registryrootcomponent = ""; 385 %allcomponents = (); 386 %allcomponents_in_this_database = (); 387 %allshortcomponents = (); |
388 %alluniquedirectorynames = (); | |
389 %allregistrycomponents_ = (); 390 %allregistrycomponents_in_this_database_ = (); 391 %allshortregistrycomponents = (); 392 %allregistryidentifier = (); 393 394 $installlocationdirectory = ""; 395 $installlocationdirectoryset = 0; 396 $vendordirectory = ""; --- 156 unchanged lines hidden --- | 388 %allregistrycomponents_ = (); 389 %allregistrycomponents_in_this_database_ = (); 390 %allshortregistrycomponents = (); 391 %allregistryidentifier = (); 392 393 $installlocationdirectory = ""; 394 $installlocationdirectoryset = 0; 395 $vendordirectory = ""; --- 156 unchanged lines hidden --- |