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
390eaa73
Kaydet (Commit)
390eaa73
authored
Eyl 09, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sb140: #i114718# avoid references to object across XAggregation::setDelegator boundary
üst
92c2db24
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
FormattedFieldWrapper.cxx
forms/source/component/FormattedFieldWrapper.cxx
+0
-0
FormattedFieldWrapper.hxx
forms/source/component/FormattedFieldWrapper.hxx
+2
-1
No files found.
forms/source/component/FormattedFieldWrapper.cxx
Dosyayı görüntüle @
390eaa73
This diff is collapsed.
Click to expand it.
forms/source/component/FormattedFieldWrapper.hxx
Dosyayı görüntüle @
390eaa73
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implbase3.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include "rtl/ref.hxx"
//.........................................................................
//.........................................................................
namespace
frm
namespace
frm
...
@@ -54,7 +55,7 @@ class OFormattedFieldWrapper : public OFormattedFieldWrapper_Base
...
@@ -54,7 +55,7 @@ class OFormattedFieldWrapper : public OFormattedFieldWrapper_Base
protected
:
protected
:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XAggregation
>
m_xAggregate
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XAggregation
>
m_xAggregate
;
OEditModel
*
m_pE
ditPart
;
rtl
::
Reference
<
OEditModel
>
m_e
ditPart
;
// if we act as formatted this is used to write the EditModel part
// if we act as formatted this is used to write the EditModel part
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XPersistObject
>
m_xFormattedPart
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XPersistObject
>
m_xFormattedPart
;
// if we act as formatted, this is the PersistObject interface of our aggregate, used
// if we act as formatted, this is the PersistObject interface of our aggregate, used
...
...
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