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
12b6382e
Kaydet (Commit)
12b6382e
authored
Mar 09, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
l10ntools: these are not public headers
Change-Id: Ia9630c1ff60a00cd8286e99f61aacd27891f65e0
üst
7062b4e0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
38 deletions
+4
-38
Module_l10ntools.mk
l10ntools/Module_l10ntools.mk
+0
-1
Package_inc.mk
l10ntools/Package_inc.mk
+0
-33
directory.hxx
l10ntools/inc/directory.hxx
+1
-1
export.hxx
l10ntools/inc/export.hxx
+1
-1
file.hxx
l10ntools/inc/file.hxx
+0
-0
directory.cxx
l10ntools/source/directory.cxx
+1
-1
file.cxx
l10ntools/source/file.cxx
+1
-1
No files found.
l10ntools/Module_l10ntools.mk
Dosyayı görüntüle @
12b6382e
...
...
@@ -39,7 +39,6 @@ $(eval $(call gb_Module_add_targets,l10ntools,\
Executable_treex \
Executable_stringex \
StaticLibrary_transex \
Package_inc \
Package_ulfconv \
))
...
...
l10ntools/Package_inc.mk
deleted
100644 → 0
Dosyayı görüntüle @
7062b4e0
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,l10ntools_inc,$(SRCDIR)/l10ntools))
$(eval $(call gb_Package_add_file,l10ntools_inc,inc/l10ntools/export.hxx,inc/export.hxx))
$(eval $(call gb_Package_add_file,l10ntools_inc,inc/l10ntools/directory.hxx,inc/l10ntools/directory.hxx))
$(eval $(call gb_Package_add_file,l10ntools_inc,inc/l10ntools/file.hxx,inc/l10ntools/file.hxx))
# vim: set noet sw=4 ts=4:
l10ntools/inc/
l10ntools/
directory.hxx
→
l10ntools/inc/directory.hxx
Dosyayı görüntüle @
12b6382e
...
...
@@ -32,7 +32,7 @@
#ifndef L10NTOOLS_FILE_HXX
#define L10NTOOLS_FILE_HXX
#include
<l10ntools/file.hxx>
#include
"file.hxx"
#endif
namespace
transex
{
...
...
l10ntools/inc/export.hxx
Dosyayı görüntüle @
12b6382e
...
...
@@ -27,7 +27,7 @@
#ifndef L10NTOOLS_DIRECTORY_HXX
#define L10NTOOLS_DIRECTORY_HXX
#include
<l10ntools/directory.hxx>
#include
"directory.hxx"
#endif
#include <osl/file.hxx>
...
...
l10ntools/inc/
l10ntools/
file.hxx
→
l10ntools/inc/file.hxx
Dosyayı görüntüle @
12b6382e
File moved
l10ntools/source/directory.cxx
Dosyayı görüntüle @
12b6382e
...
...
@@ -23,7 +23,7 @@
#include <windows.h>
#endif
#include
<l10ntools/directory.hxx>
#include
"directory.hxx"
#include <rtl/ustring.hxx>
#include <iostream>
#include <vector>
...
...
l10ntools/source/file.cxx
Dosyayı görüntüle @
12b6382e
...
...
@@ -18,7 +18,7 @@
*/
#include
<l10ntools/file.hxx>
#include
"file.hxx"
namespace
transex
{
...
...
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