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
e133535e
Kaydet (Commit)
e133535e
authored
Tem 06, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove dangling missing resources since high contrast cleanup
Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18
üst
8c6cd2f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
dbregister.hrc
cui/source/options/dbregister.hrc
+1
-2
optpath.cxx
cui/source/options/optpath.cxx
+5
-5
optpath.hrc
cui/source/options/optpath.hrc
+1
-2
No files found.
cui/source/options/dbregister.hrc
Dosyayı görüntüle @
e133535e
...
...
@@ -26,8 +26,7 @@
#define BTN_EDIT 14
#define GB_STD 15
#define IMG_LOCK 16
#define IMG_LOCK_HC 17
#define BTN_DELETE 18
#define BTN_DELETE 17
#endif // SVX_DBREGISTER_HRC
cui/source/options/optpath.cxx
Dosyayı görüntüle @
e133535e
...
...
@@ -88,13 +88,13 @@ struct OptPath_Impl
{
SvtDefaultOptions
m_aDefOpt
;
Image
m_aLockImage
;
Image
m_aLockImageHC
;
String
m_sMultiPathDlg
;
Reference
<
XPropertySet
>
m_xPathSettings
;
OptPath_Impl
(
const
ResId
&
rLockRes
,
const
ResId
&
rLockResHC
)
:
m_aLockImage
(
rLockRes
),
m_aLockImageHC
(
rLockResHC
){}
OptPath_Impl
(
const
ResId
&
rLockRes
)
:
m_aLockImage
(
rLockRes
)
{
}
};
// struct PathUserData_Impl ----------------------------------------------
...
...
@@ -219,7 +219,7 @@ SvxPathTabPage::SvxPathTabPage( Window* pParent, const SfxItemSet& rSet ) :
aPathBtn
(
this
,
CUI_RES
(
BTN_PATH
)
),
pHeaderBar
(
NULL
),
pPathBox
(
NULL
),
pImpl
(
new
OptPath_Impl
(
CUI_RES
(
IMG_LOCK
)
,
CUI_RES
(
IMG_LOCK_HC
)
)
),
pImpl
(
new
OptPath_Impl
(
CUI_RES
(
IMG_LOCK
)
)
),
xDialogListener
(
new
::
svt
::
DialogClosedListener
()
)
{
...
...
cui/source/options/optpath.hrc
Dosyayı görüntüle @
e133535e
...
...
@@ -27,8 +27,7 @@
#define BTN_STANDARD 14
#define GB_STD 15
#define IMG_LOCK 16
#define IMG_LOCK_HC 17
#define STR_MULTIPATHDLG 18
#define STR_MULTIPATHDLG 17
#endif
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