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
56c4dbe5
Kaydet (Commit)
56c4dbe5
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707147 Uncaught exception
Change-Id: Ie49e70c3fa7704727129e613814aaf559d1a7fb6
üst
437a1f39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
macroloader.cxx
sfx2/source/appl/macroloader.cxx
+1
-1
macroloader.hxx
sfx2/source/inc/macroloader.hxx
+2
-1
No files found.
sfx2/source/appl/macroloader.cxx
Dosyayı görüntüle @
56c4dbe5
...
@@ -188,7 +188,7 @@ void SAL_CALL SfxMacroLoader::removeStatusListener(
...
@@ -188,7 +188,7 @@ void SAL_CALL SfxMacroLoader::removeStatusListener(
}
}
ErrCode
SfxMacroLoader
::
loadMacro
(
const
OUString
&
rURL
,
com
::
sun
::
star
::
uno
::
Any
&
rRetval
,
SfxObjectShell
*
pSh
)
ErrCode
SfxMacroLoader
::
loadMacro
(
const
OUString
&
rURL
,
com
::
sun
::
star
::
uno
::
Any
&
rRetval
,
SfxObjectShell
*
pSh
)
throw
(
uno
::
RuntimeException
)
throw
(
u
cb
::
ContentCreationException
,
u
no
::
RuntimeException
)
{
{
#ifdef DISABLE_SCRIPTING
#ifdef DISABLE_SCRIPTING
(
void
)
rURL
;
(
void
)
rURL
;
...
...
sfx2/source/inc/macroloader.hxx
Dosyayı görüntüle @
56c4dbe5
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
#include <com/sun/star/frame/XDispatchResultListener.hpp>
#include <com/sun/star/frame/XDispatchResultListener.hpp>
#include <com/sun/star/frame/XSynchronousDispatch.hpp>
#include <com/sun/star/frame/XSynchronousDispatch.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/URL.hpp>
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/implbase4.hxx>
...
@@ -62,7 +63,7 @@ public:
...
@@ -62,7 +63,7 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
static
ErrCode
loadMacro
(
const
OUString
&
aURL
,
css
::
uno
::
Any
&
rRetval
,
SfxObjectShell
*
pDoc
=
NULL
)
throw
(
css
::
uno
::
RuntimeException
);
static
ErrCode
loadMacro
(
const
OUString
&
aURL
,
css
::
uno
::
Any
&
rRetval
,
SfxObjectShell
*
pDoc
=
NULL
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
ucb
::
ContentCreationException
);
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XDispatch
>
SAL_CALL
queryDispatch
(
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XDispatch
>
SAL_CALL
queryDispatch
(
const
css
::
util
::
URL
&
aURL
,
const
OUString
&
sTargetFrameName
,
const
css
::
util
::
URL
&
aURL
,
const
OUString
&
sTargetFrameName
,
...
...
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