Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e8be58a1
Kaydet (Commit)
e8be58a1
authored
Tem 26, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helper
Change-Id: I504789fb6b1e5332b0c131313ea9b9c538227d46
üst
39b1fb89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
statusindicatorfactory.cxx
framework/source/helper/statusindicatorfactory.cxx
+2
-9
No files found.
framework/source/helper/statusindicatorfactory.cxx
Dosyayı görüntüle @
e8be58a1
...
@@ -42,10 +42,10 @@
...
@@ -42,10 +42,10 @@
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/configurationhelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <officecfg/Office/Common.hxx>
namespace
framework
{
namespace
framework
{
...
@@ -413,14 +413,7 @@ void StatusIndicatorFactory::implts_makeParentVisibleIfAllowed()
...
@@ -413,14 +413,7 @@ void StatusIndicatorFactory::implts_makeParentVisibleIfAllowed()
Window
*
pWindow
=
VCLUnoHelper
::
GetWindow
(
xParentWindow
);
Window
*
pWindow
=
VCLUnoHelper
::
GetWindow
(
xParentWindow
);
if
(
pWindow
)
if
(
pWindow
)
{
{
bool
bForceFrontAndFocus
(
false
);
bool
bForceFrontAndFocus
(
officecfg
::
Office
::
Common
::
View
::
NewDocumentHandling
::
ForceFocusAndToFront
::
get
(
xContext
));
::
comphelper
::
ConfigurationHelper
::
readDirectKey
(
xContext
,
OUString
(
"org.openoffice.Office.Common/View"
),
OUString
(
"NewDocumentHandling"
),
OUString
(
"ForceFocusAndToFront"
),
::
comphelper
::
ConfigurationHelper
::
E_READONLY
)
>>=
bForceFrontAndFocus
;
pWindow
->
Show
(
sal_True
,
bForceFrontAndFocus
?
SHOW_FOREGROUNDTASK
:
0
);
pWindow
->
Show
(
sal_True
,
bForceFrontAndFocus
?
SHOW_FOREGROUNDTASK
:
0
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment