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
a277042e
Kaydet (Commit)
a277042e
authored
Mar 16, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some include and comment clean up
üst
81cdce29
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
+2
-10
shelljob.cxx
framework/source/jobs/shelljob.cxx
+0
-2
XSystemShellExecute.idl
offapi/com/sun/star/system/XSystemShellExecute.idl
+1
-2
filechangedchecker.cxx
svtools/source/misc/filechangedchecker.cxx
+1
-6
No files found.
framework/source/jobs/shelljob.cxx
Dosyayı görüntüle @
a277042e
...
...
@@ -47,8 +47,6 @@
//_______________________________________________
// include interfaces
#include <com/sun/star/system/XSystemShellExecute.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
//_______________________________________________
...
...
offapi/com/sun/star/system/XSystemShellExecute.idl
Dosyayı görüntüle @
a277042e
...
...
@@ -29,7 +29,6 @@
#
ifndef
__com_sun_star_system_XSystemShellExecute_idl__
#
define
__com_sun_star_system_XSystemShellExecute_idl__
#
include
<
com
/
sun
/
star
/
uno
/
RuntimeException
.
idl>
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
include
<
com
/
sun
/
star
/
system
/
SystemShellExecuteException
.
idl>
...
...
@@ -69,7 +68,7 @@ published interface XSystemShellExecute: com::sun::star::uno::XInterface
with
an
ArgumentPosition
of
0
,
when
nFlags
contains
URIS_ONLY
and
aCommand
is
not
an
absolute
URI
reference
@
throws
com
::
sun
::
star
::
sys
::
System
ExecuteException
@
throws
com
::
sun
::
star
::
sys
tem
::
SystemShell
ExecuteException
in
the
case
of
errors
when
trying
to
executed
the
specified
command
.
@
see
com
::
sun
::
star
::
system
::
SystemShellExecuteFlags
...
...
svtools/source/misc/filechangedchecker.cxx
Dosyayı görüntüle @
a277042e
...
...
@@ -22,14 +22,9 @@
* instead of those above.
*/
#include "sal/config.h"
#include "svtools/filechangedchecker.hxx"
#include <osl/time.h>
#include "com/sun/star/system/XSystemShellExecute.hpp"
#include "com/sun/star/system/SystemShellExecuteFlags.hpp"
#include <comphelper/processfactory.hxx>
using
namespace
::
com
::
sun
::
star
;
FileChangedChecker
::
FileChangedChecker
(
const
rtl
::
OUString
&
rFilename
,
const
::
boost
::
function0
<
void
>&
rCallback
)
:
mTimer
(),
...
...
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