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
96be522e
Kaydet (Commit)
96be522e
authored
Eki 26, 2011
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove pointless SfxBaseModel::setDocumentProperties()
üst
c9e2f8ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
sfxbasemodel.hxx
sfx2/inc/sfx2/sfxbasemodel.hxx
+0
-1
sfxbasemodel.cxx
sfx2/source/doc/sfxbasemodel.cxx
+0
-10
unotxdoc.cxx
sw/source/ui/uno/unotxdoc.cxx
+0
-3
No files found.
sfx2/inc/sfx2/sfxbasemodel.hxx
Dosyayı görüntüle @
96be522e
...
@@ -1512,7 +1512,6 @@ protected:
...
@@ -1512,7 +1512,6 @@ protected:
/* returns true if the document signatures are valid, otherwise false */
/* returns true if the document signatures are valid, otherwise false */
sal_Bool
hasValidSignatures
()
const
;
sal_Bool
hasValidSignatures
()
const
;
void
setDocumentProperties
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
document
::
XDocumentProperties
>&
);
//________________________________________________________________________________________________________
//________________________________________________________________________________________________________
// private methods
// private methods
//________________________________________________________________________________________________________
//________________________________________________________________________________________________________
...
...
sfx2/source/doc/sfxbasemodel.cxx
Dosyayı görüntüle @
96be522e
...
@@ -910,16 +910,6 @@ IMPL_SfxBaseModel_DataContainer::impl_setDocumentProperties(
...
@@ -910,16 +910,6 @@ IMPL_SfxBaseModel_DataContainer::impl_setDocumentProperties(
xMB
->
addModifyListener
(
new
SfxDocInfoListener_Impl
(
*
m_pObjectShell
));
xMB
->
addModifyListener
(
new
SfxDocInfoListener_Impl
(
*
m_pObjectShell
));
}
}
void
SfxBaseModel
::
setDocumentProperties
(
const
uno
::
Reference
<
document
::
XDocumentProperties
>&
rxNewDocProps
)
{
// object already disposed?
::
SolarMutexGuard
aGuard
;
if
(
impl_isDisposed
()
)
throw
lang
::
DisposedException
();
m_pData
->
impl_setDocumentProperties
(
rxNewDocProps
);
}
// document::XDocumentPropertiesSupplier:
// document::XDocumentPropertiesSupplier:
uno
::
Reference
<
document
::
XDocumentProperties
>
SAL_CALL
uno
::
Reference
<
document
::
XDocumentProperties
>
SAL_CALL
SfxBaseModel
::
getDocumentProperties
()
SfxBaseModel
::
getDocumentProperties
()
...
...
sw/source/ui/uno/unotxdoc.cxx
Dosyayı görüntüle @
96be522e
...
@@ -384,9 +384,6 @@ SwXTextDocument::SwXTextDocument(SwDocShell* pShell) :
...
@@ -384,9 +384,6 @@ SwXTextDocument::SwXTextDocument(SwDocShell* pShell) :
m_pPrintUIOptions
(
NULL
),
m_pPrintUIOptions
(
NULL
),
m_pRenderData
(
NULL
)
m_pRenderData
(
NULL
)
{
{
uno
::
Reference
<
document
::
XDocumentProperties
>
xWriterProps
(
::
comphelper
::
getProcessServiceFactory
()
->
createInstance
(
DEFINE_CONST_UNICODE
(
"com.sun.star.writer.DocumentProperties"
)
),
uno
::
UNO_QUERY_THROW
);
SfxBaseModel
::
setDocumentProperties
(
xWriterProps
);
}
}
SwXTextDocument
::~
SwXTextDocument
()
SwXTextDocument
::~
SwXTextDocument
()
...
...
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