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
e8ced559
Kaydet (Commit)
e8ced559
authored
Agu 04, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add mode-lines to new filess
üst
d5ccb733
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
64 additions
and
0 deletions
+64
-0
animatedimagespeer.hxx
toolkit/inc/toolkit/awt/animatedimagespeer.hxx
+3
-0
vclxtabpagecontainer.hxx
toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx
+3
-0
vclxtabpagemodel.hxx
toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx
+3
-0
animatedimages.hxx
toolkit/inc/toolkit/controls/animatedimages.hxx
+3
-0
controlmodelcontainerbase.hxx
toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx
+3
-0
dialogcontrol.hxx
toolkit/inc/toolkit/controls/dialogcontrol.hxx
+3
-0
spinningprogress.hxx
toolkit/inc/toolkit/controls/spinningprogress.hxx
+3
-0
tabpagecontainer.hxx
toolkit/inc/toolkit/controls/tabpagecontainer.hxx
+3
-0
tabpagemodel.hxx
toolkit/inc/toolkit/controls/tabpagemodel.hxx
+3
-0
animatedimagespeer.cxx
toolkit/source/awt/animatedimagespeer.cxx
+3
-0
vclxtabpagecontainer.cxx
toolkit/source/awt/vclxtabpagecontainer.cxx
+3
-0
vclxtabpagemodel.cxx
toolkit/source/awt/vclxtabpagemodel.cxx
+3
-0
animatedimages.cxx
toolkit/source/controls/animatedimages.cxx
+3
-0
controlmodelcontainerbase.cxx
toolkit/source/controls/controlmodelcontainerbase.cxx
+2
-0
dialogcontrol.cxx
toolkit/source/controls/dialogcontrol.cxx
+3
-0
grideventforwarder.cxx
toolkit/source/controls/grid/grideventforwarder.cxx
+3
-0
grideventforwarder.hxx
toolkit/source/controls/grid/grideventforwarder.hxx
+3
-0
sortablegriddatamodel.cxx
toolkit/source/controls/grid/sortablegriddatamodel.cxx
+3
-0
sortablegriddatamodel.hxx
toolkit/source/controls/grid/sortablegriddatamodel.hxx
+3
-0
spinningprogress.cxx
toolkit/source/controls/spinningprogress.cxx
+3
-0
tabpagecontainer.cxx
toolkit/source/controls/tabpagecontainer.cxx
+2
-0
tabpagemodel.cxx
toolkit/source/controls/tabpagemodel.cxx
+3
-0
No files found.
toolkit/inc/toolkit/awt/animatedimagespeer.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -104,3 +105,5 @@ namespace toolkit
...
@@ -104,3 +105,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
#endif // TOOLKIT_ANIMATEDIMAGEPEER_HXX
#endif // TOOLKIT_ANIMATEDIMAGEPEER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// ----------------------------------------------------
// ----------------------------------------------------
// class VCLXDialog
// class VCLXDialog
/*************************************************************************
/*************************************************************************
...
@@ -88,3 +89,5 @@ private:
...
@@ -88,3 +89,5 @@ private:
::
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
tab
::
XTabPage
>
>
m_aTabPages
;
::
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
tab
::
XTabPage
>
>
m_aTabPages
;
};
};
#endif // _TOOLKIT_AWT_VCLXTABPAGEMODEL_HXX_
#endif // _TOOLKIT_AWT_VCLXTABPAGEMODEL_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// ----------------------------------------------------
// ----------------------------------------------------
// class VCLXDialog
// class VCLXDialog
/*************************************************************************
/*************************************************************************
...
@@ -80,3 +81,5 @@ protected:
...
@@ -80,3 +81,5 @@ protected:
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
};
};
#endif // _TOOLKIT_AWT_VCLXTABPAGEMODEL_HXX_
#endif // _TOOLKIT_AWT_VCLXTABPAGEMODEL_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/animatedimages.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -142,3 +143,5 @@ namespace toolkit
...
@@ -142,3 +143,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
#endif // TOOLKIT_ANIMATEDIMAGES_HXX
#endif // TOOLKIT_ANIMATEDIMAGES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -265,3 +266,5 @@ protected:
...
@@ -265,3 +266,5 @@ protected:
virtual
void
addingControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControl
>&
_rxControl
);
virtual
void
addingControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControl
>&
_rxControl
);
};
};
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/dialogcontrol.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -269,3 +270,5 @@ DECLIMPL_SERVICEINFO_DERIVED( UnoFrameControl, ControlContainerBase, szServiceNa
...
@@ -269,3 +270,5 @@ DECLIMPL_SERVICEINFO_DERIVED( UnoFrameControl, ControlContainerBase, szServiceNa
};
};
#endif // TOOLKIT_DIALOG_CONTROL_HXX
#endif // TOOLKIT_DIALOG_CONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/spinningprogress.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -68,3 +69,5 @@ namespace toolkit
...
@@ -68,3 +69,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
#endif // TOOLKIT_SPINNINGPROGRESS_HXX
#endif // TOOLKIT_SPINNINGPROGRESS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/tabpagecontainer.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -145,3 +146,5 @@ private:
...
@@ -145,3 +146,5 @@ private:
};
};
#endif // _TOOLKIT_TABPAGE_CONTAINER_HXX
#endif // _TOOLKIT_TABPAGE_CONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/inc/toolkit/controls/tabpagemodel.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -144,3 +145,5 @@ public:
...
@@ -144,3 +145,5 @@ public:
};
};
#endif // TOOLKIT_TABPAGE_MODEL_HXX
#endif // TOOLKIT_TABPAGE_MODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/awt/animatedimagespeer.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -537,3 +538,5 @@ namespace toolkit
...
@@ -537,3 +538,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
}
// namespace toolkit
}
// namespace toolkit
//......................................................................................................................
//......................................................................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/awt/vclxtabpagecontainer.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -232,3 +233,5 @@ void SAL_CALL VCLXTabPageContainer::elementRemoved( const ::com::sun::star::cont
...
@@ -232,3 +233,5 @@ void SAL_CALL VCLXTabPageContainer::elementRemoved( const ::com::sun::star::cont
void
SAL_CALL
VCLXTabPageContainer
::
elementReplaced
(
const
::
com
::
sun
::
star
::
container
::
ContainerEvent
&
/*Event*/
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
void
SAL_CALL
VCLXTabPageContainer
::
elementReplaced
(
const
::
com
::
sun
::
star
::
container
::
ContainerEvent
&
/*Event*/
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
{
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/awt/vclxtabpagemodel.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -148,3 +149,5 @@ void SAL_CALL VCLXTabPageModel::setTooltip( const ::rtl::OUString& _tooltip ) th
...
@@ -148,3 +149,5 @@ void SAL_CALL VCLXTabPageModel::setTooltip( const ::rtl::OUString& _tooltip ) th
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
xInfo
(
createPropertySetInfo
(
getInfoHelper
()
)
);
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
xInfo
(
createPropertySetInfo
(
getInfoHelper
()
)
);
return
xInfo
;
return
xInfo
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/animatedimages.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -491,3 +492,5 @@ namespace toolkit
...
@@ -491,3 +492,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
}
// namespace toolkit
}
// namespace toolkit
//......................................................................................................................
//......................................................................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/controlmodelcontainerbase.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -1965,3 +1966,4 @@ ControlModelContainerBase::updateUserFormChildren( const Reference< XNameContain
...
@@ -1965,3 +1966,4 @@ ControlModelContainerBase::updateUserFormChildren( const Reference< XNameContain
throw
IllegalArgumentException
();
throw
IllegalArgumentException
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/dialogcontrol.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -1137,3 +1138,5 @@ uno::Reference< beans::XPropertySetInfo > UnoFrameModel::getPropertySetInfo( )
...
@@ -1137,3 +1138,5 @@ uno::Reference< beans::XPropertySetInfo > UnoFrameModel::getPropertySetInfo( )
static
uno
::
Reference
<
beans
::
XPropertySetInfo
>
xInfo
(
createPropertySetInfo
(
getInfoHelper
()
)
);
static
uno
::
Reference
<
beans
::
XPropertySetInfo
>
xInfo
(
createPropertySetInfo
(
getInfoHelper
()
)
);
return
xInfo
;
return
xInfo
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/grid/grideventforwarder.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -147,3 +148,5 @@ namespace toolkit
...
@@ -147,3 +148,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
}
// namespace toolkit
}
// namespace toolkit
//......................................................................................................................
//......................................................................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/grid/grideventforwarder.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -83,3 +84,5 @@ namespace toolkit
...
@@ -83,3 +84,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
#endif // TOOLKIT_GRIDEVENTFORWARDER_HXX
#endif // TOOLKIT_GRIDEVENTFORWARDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/grid/sortablegriddatamodel.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -875,3 +876,5 @@ namespace toolkit
...
@@ -875,3 +876,5 @@ namespace toolkit
{
{
return
*
(
new
::
toolkit
::
SortableGridDataModel
(
i_factory
)
);
return
*
(
new
::
toolkit
::
SortableGridDataModel
(
i_factory
)
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/grid/sortablegriddatamodel.hxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -196,3 +197,5 @@ namespace toolkit
...
@@ -196,3 +197,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
#endif // TOOLKIT_SORTABLEGRIDDATAMODEL_HXX
#endif // TOOLKIT_SORTABLEGRIDDATAMODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/spinningprogress.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
...
@@ -138,3 +139,5 @@ namespace toolkit
...
@@ -138,3 +139,5 @@ namespace toolkit
//......................................................................................................................
//......................................................................................................................
}
// namespace toolkit
}
// namespace toolkit
//......................................................................................................................
//......................................................................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/tabpagecontainer.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -292,3 +293,4 @@ void SAL_CALL UnoControlTabPageContainer::addControl( const ::rtl::OUString& Nam
...
@@ -292,3 +293,4 @@ void SAL_CALL UnoControlTabPageContainer::addControl( const ::rtl::OUString& Nam
xContainerListener
->
elementInserted
(
aEvent
);
xContainerListener
->
elementInserted
(
aEvent
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
toolkit/source/controls/tabpagemodel.cxx
Dosyayı görüntüle @
e8ced559
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -391,3 +392,5 @@ throw (::com::sun::star::uno::RuntimeException)
...
@@ -391,3 +392,5 @@ throw (::com::sun::star::uno::RuntimeException)
{
{
(
void
)
e
;
(
void
)
e
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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