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
f80d4287
Kaydet (Commit)
f80d4287
authored
Eki 21, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unused stuff scheduled to be removed 'before the next major'
Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934
üst
87179c89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
37 deletions
+1
-37
acceleratorexecute.hxx
include/svtools/acceleratorexecute.hxx
+0
-28
acceleratorexecute.cxx
svtools/source/misc/acceleratorexecute.cxx
+1
-9
No files found.
include/svtools/acceleratorexecute.hxx
Dosyayı görüntüle @
f80d4287
...
...
@@ -71,16 +71,6 @@ struct TMutexInit
*/
class
SVT_DLLPUBLIC
AcceleratorExecute
:
private
TMutexInit
{
// const, types
private
:
/** @deprecated
replaced by internal class AsyncAccelExec ...
remove this resource here if we go forwards to next major */
typedef
::
std
::
vector
<
::
std
::
pair
<
css
::
util
::
URL
,
css
::
uno
::
Reference
<
css
::
frame
::
XDispatch
>
>
>
TCommandQueue
;
// member
private
:
...
...
@@ -97,18 +87,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
css
::
uno
::
Reference
<
css
::
ui
::
XAcceleratorConfiguration
>
m_xGlobalCfg
;
css
::
uno
::
Reference
<
css
::
ui
::
XAcceleratorConfiguration
>
m_xModuleCfg
;
css
::
uno
::
Reference
<
css
::
ui
::
XAcceleratorConfiguration
>
m_xDocCfg
;
/** @deprecated
replaced by internal class AsyncAccelExec ...
remove this resource here if we go forwards to next major */
TCommandQueue
m_lCommandQueue
;
/** @deprecated
replaced by internal class AsyncAccelExec ...
remove this resource here if we go forwards to next major */
vcl
::
EventPoster
m_aAsyncCallback
;
// interface
public
:
...
...
@@ -227,12 +205,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
/** TODO document me */
SVT_DLLPRIVATE
css
::
uno
::
Reference
<
css
::
util
::
XURLTransformer
>
impl_ts_getURLParser
();
/** @deprecated
replaced by internal class AsyncAccelExec ...
remove this resource here if we go forwards to next major */
DECL_DLLPRIVATE_LINK_TYPED
(
impl_ts_asyncCallback
,
LinkParamNone
*
,
void
);
};
}
// namespace svt
...
...
svtools/source/misc/acceleratorexecute.cxx
Dosyayı görüntüle @
f80d4287
...
...
@@ -83,8 +83,7 @@ class SVT_DLLPRIVATE AsyncAccelExec : public cppu::WeakImplHelper<css::lang::XEv
AcceleratorExecute
::
AcceleratorExecute
()
:
TMutexInit
(
)
,
m_aAsyncCallback
(
LINK
(
this
,
AcceleratorExecute
,
impl_ts_asyncCallback
))
:
TMutexInit
()
{
}
...
...
@@ -431,13 +430,6 @@ css::uno::Reference< css::util::XURLTransformer > AcceleratorExecute::impl_ts_ge
return
xParser
;
}
IMPL_LINK_NOARG_TYPED
(
AcceleratorExecute
,
impl_ts_asyncCallback
,
LinkParamNone
*
,
void
)
{
// replaced by AsyncAccelExec!
}
AsyncAccelExec
::
AsyncAccelExec
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>&
xFrame
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XDispatch
>&
xDispatch
,
const
css
::
util
::
URL
&
rURL
)
...
...
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