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
dde119c8
Kaydet (Commit)
dde119c8
authored
Ara 11, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basic/global.hxx is private to basic
Change-Id: I90a28e34eb45819e240931cd751ac0a546ea6be8
üst
cd7bce9e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
global.hxx
basic/inc/global.hxx
+3
-3
basmgr.cxx
basic/source/basmgr/basmgr.cxx
+1
-1
global.cxx
basic/source/classes/global.cxx
+2
-1
No files found.
include/basi
c/global.hxx
→
basic/in
c/global.hxx
Dosyayı görüntüle @
dde119c8
...
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_BASIC_GLOBAL_HXX
#define INCLUDED_BASIC_GLOBAL_HXX
#ifndef INCLUDED_BASIC_
INC_
GLOBAL_HXX
#define INCLUDED_BASIC_
INC_
GLOBAL_HXX
namespace
utl
{
class
TransliterationWrapper
;
...
...
@@ -20,6 +20,6 @@ public:
static
utl
::
TransliterationWrapper
&
GetTransliteration
();
};
#endif
#endif
// INCLUDED_BASIC_INC_GLOBAL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
basic/source/basmgr/basmgr.cxx
Dosyayı görüntüle @
dde119c8
...
...
@@ -37,7 +37,7 @@
#include <basic/sbuno.hxx>
#include <basic/basmgr.hxx>
#include
<basic/global.hxx>
#include
"global.hxx"
#include <sbunoobj.hxx>
#include "basrid.hxx"
#include "sbintern.hxx"
...
...
basic/source/classes/global.cxx
Dosyayı görüntüle @
dde119c8
...
...
@@ -7,13 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <basic/global.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/lang.h>
#include <rtl/instance.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <vcl/svapp.hxx>
#include "global.hxx"
namespace
{
class
lclTransliterationWrapper
...
...
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