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
9489afdb
Kaydet (Commit)
9489afdb
authored
Haz 16, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rtl::Reference fits just fine here
Change-Id: Icb1ba7f7068f60c4bd5eda7002415214b3d885f3
üst
53b9adc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
ImageControl.hxx
forms/source/component/ImageControl.hxx
+0
-1
richtextcontrol.cxx
forms/source/richtext/richtextcontrol.cxx
+1
-1
richtextcontrol.hxx
forms/source/richtext/richtextcontrol.hxx
+2
-2
No files found.
forms/source/component/ImageControl.hxx
Dosyayı görüntüle @
9489afdb
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/graphic/XGraphicObject.hpp>
#include <com/sun/star/graphic/XGraphicObject.hpp>
#include <comphelper/propmultiplex.hxx>
#include <comphelper/propmultiplex.hxx>
#include <comphelper/implementationreference.hxx>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
using
namespace
comphelper
;
using
namespace
comphelper
;
...
...
forms/source/richtext/richtextcontrol.cxx
Dosyayı görüntüle @
9489afdb
...
@@ -683,7 +683,7 @@ namespace frm
...
@@ -683,7 +683,7 @@ namespace frm
}
}
if
(
aDispatcherPos
!=
m_aDispatchers
.
end
()
)
if
(
aDispatcherPos
!=
m_aDispatchers
.
end
()
)
xReturn
=
aDispatcherPos
->
second
.
get
Ref
();
xReturn
=
aDispatcherPos
->
second
.
get
();
}
}
}
}
...
...
forms/source/richtext/richtextcontrol.hxx
Dosyayı görüntüle @
9489afdb
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <comphelper/uno3.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/implementationreference.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <rtl/ref.hxx>
#include <tools/wintypes.hxx>
#include <tools/wintypes.hxx>
#include "rtattributes.hxx"
#include "rtattributes.hxx"
#include "attributedispatcher.hxx"
#include "attributedispatcher.hxx"
...
@@ -86,7 +86,7 @@ namespace frm
...
@@ -86,7 +86,7 @@ namespace frm
,
public
ITextSelectionListener
,
public
ITextSelectionListener
{
{
private
:
private
:
typedef
::
comphelper
::
ImplementationReference
<
ORichTextFeatureDispatcher
,
::
com
::
sun
::
star
::
frame
::
XDispatch
>
SingleAttributeDispatcher
;
typedef
rtl
::
Reference
<
ORichTextFeatureDispatcher
>
SingleAttributeDispatcher
;
typedef
::
std
::
map
<
SfxSlotId
,
SingleAttributeDispatcher
>
AttributeDispatchers
;
typedef
::
std
::
map
<
SfxSlotId
,
SingleAttributeDispatcher
>
AttributeDispatchers
;
AttributeDispatchers
m_aDispatchers
;
AttributeDispatchers
m_aDispatchers
;
...
...
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