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
cd5c0adf
Kaydet (Commit)
cd5c0adf
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I52253f6b925a943edc2984ce4d9462bd1edb5f51
üst
be90769d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
writer.hxx
include/registry/writer.hxx
+2
-2
options.hxx
registry/tools/options.hxx
+4
-2
No files found.
include/registry/writer.hxx
Dosyayı görüntüle @
cd5c0adf
...
@@ -278,8 +278,8 @@ public:
...
@@ -278,8 +278,8 @@ public:
}
}
private
:
private
:
Writer
(
Writer
&
)
;
// not implemented
Writer
(
Writer
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
Writer
)
;
// not implemented
void
operator
=
(
Writer
)
SAL_DELETED_FUNCTION
;
void
*
m_handle
;
void
*
m_handle
;
};
};
...
...
registry/tools/options.hxx
Dosyayı görüntüle @
cd5c0adf
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
#include <string>
#include <string>
#include <vector>
#include <vector>
#include <sal/types.h>
namespace
registry
namespace
registry
{
{
namespace
tools
namespace
tools
...
@@ -31,8 +33,8 @@ class Options
...
@@ -31,8 +33,8 @@ class Options
{
{
std
::
string
m_program
;
std
::
string
m_program
;
Options
(
Options
const
&
);
Options
(
Options
const
&
)
SAL_DELETED_FUNCTION
;
Options
&
operator
=
(
Options
const
&
);
Options
&
operator
=
(
Options
const
&
)
SAL_DELETED_FUNCTION
;
public
:
public
:
explicit
Options
(
char
const
*
program
);
explicit
Options
(
char
const
*
program
);
...
...
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