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
502331f2
Kaydet (Commit)
502331f2
authored
Ara 02, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused header includes from public header.
Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
üst
db6f9fbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
itempool.hxx
include/svl/itempool.hxx
+0
-2
itempool.cxx
svl/source/items/itempool.cxx
+3
-1
hints.hxx
sw/inc/hints.hxx
+1
-0
No files found.
include/svl/itempool.hxx
Dosyayı görüntüle @
502331f2
...
@@ -20,12 +20,10 @@
...
@@ -20,12 +20,10 @@
#ifndef INCLUDED_SVL_ITEMPOOL_HXX
#ifndef INCLUDED_SVL_ITEMPOOL_HXX
#define INCLUDED_SVL_ITEMPOOL_HXX
#define INCLUDED_SVL_ITEMPOOL_HXX
#include <limits.h>
#include <rtl/string.hxx>
#include <rtl/string.hxx>
#include <svl/poolitem.hxx>
#include <svl/poolitem.hxx>
#include <svl/svldllapi.h>
#include <svl/svldllapi.h>
#include <tools/solar.h>
#include <tools/solar.h>
#include <vector>
class
SvStream
;
class
SvStream
;
class
SfxBroadcaster
;
class
SfxBroadcaster
;
...
...
svl/source/items/itempool.cxx
Dosyayı görüntüle @
502331f2
...
@@ -17,17 +17,19 @@
...
@@ -17,17 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <svl/itempool.hxx>
#include <string.h>
#include <string.h>
#include <stdio.h>
#include <stdio.h>
#include <svl/itempool.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include "whassert.hxx"
#include "whassert.hxx"
#include <svl/SfxBroadcaster.hxx>
#include <svl/SfxBroadcaster.hxx>
#include <svl/smplhint.hxx>
#include <svl/smplhint.hxx>
#include "poolio.hxx"
#include "poolio.hxx"
#include <vector>
#if OSL_DEBUG_LEVEL > 0
#if OSL_DEBUG_LEVEL > 0
#include <map>
#include <map>
...
...
sw/inc/hints.hxx
Dosyayı görüntüle @
502331f2
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
#define INCLUDED_SW_INC_HINTS_HXX
#define INCLUDED_SW_INC_HINTS_HXX
#include <swatrset.hxx>
#include <swatrset.hxx>
#include <vector>
class
SwFmt
;
class
SwFmt
;
class
OutputDevice
;
class
OutputDevice
;
...
...
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