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
28177b61
Kaydet (Commit)
28177b61
authored
Haz 30, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
error: direct base 'boost::noncopyable' inaccessible due to ambiguity
Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff
üst
3f177756
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
AddField.cxx
reportdesign/source/ui/dlg/AddField.cxx
+1
-1
GroupsSorting.cxx
reportdesign/source/ui/dlg/GroupsSorting.cxx
+0
-1
Navigator.cxx
reportdesign/source/ui/dlg/Navigator.cxx
+0
-1
CondFormat.hxx
reportdesign/source/ui/inc/CondFormat.hxx
+0
-1
No files found.
reportdesign/source/ui/dlg/AddField.cxx
Dosyayı görüntüle @
28177b61
...
...
@@ -60,7 +60,7 @@ using namespace lang;
using
namespace
container
;
using
namespace
::
svx
;
class
OAddFieldWindowListBox
:
public
SvTreeListBox
,
private
boost
::
noncopyable
class
OAddFieldWindowListBox
:
public
SvTreeListBox
{
OAddFieldWindow
*
m_pTabWin
;
...
...
reportdesign/source/ui/dlg/GroupsSorting.cxx
Dosyayı görüntüle @
28177b61
...
...
@@ -82,7 +82,6 @@ typedef ::svt::EditBrowseBox OFieldExpressionControl_Base;
typedef
::
cppu
::
WeakImplHelper1
<
container
::
XContainerListener
>
TContainerListenerBase
;
class
OFieldExpressionControl
:
public
TContainerListenerBase
,
public
OFieldExpressionControl_Base
,
private
boost
::
noncopyable
{
::
osl
::
Mutex
m_aMutex
;
::
std
::
vector
<
sal_Int32
>
m_aGroupPositions
;
...
...
reportdesign/source/ui/dlg/Navigator.cxx
Dosyayı görüntüle @
28177b61
...
...
@@ -111,7 +111,6 @@ class NavigatorTree : public ::cppu::BaseMutex
,
public
reportdesign
::
ITraverseReport
,
public
comphelper
::
OSelectionChangeListener
,
public
::
comphelper
::
OPropertyChangeListener
,
private
boost
::
noncopyable
{
class
UserData
;
friend
class
UserData
;
...
...
reportdesign/source/ui/inc/CondFormat.hxx
Dosyayı görüntüle @
28177b61
...
...
@@ -68,7 +68,6 @@ namespace rptui
\************************************************************************/
class
ConditionalFormattingDialog
:
public
ModalDialog
,
public
IConditionalFormatAction
,
private
::
boost
::
noncopyable
{
typedef
::
boost
::
shared_ptr
<
Condition
>
ConditionPtr
;
typedef
::
std
::
vector
<
ConditionPtr
>
Conditions
;
...
...
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