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
3f4c85b8
Kaydet (Commit)
3f4c85b8
authored
Nis 06, 2016
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SidebarToolBox: Remove unused param.
Change-Id: I47d4ffe68f09156987e545511be469991dd6105d
üst
cd383549
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
SidebarToolBox.hxx
include/sfx2/sidebar/SidebarToolBox.hxx
+1
-2
PanelTitleBar.cxx
sfx2/source/sidebar/PanelTitleBar.cxx
+1
-1
SidebarToolBox.cxx
sfx2/source/sidebar/SidebarToolBox.cxx
+1
-2
No files found.
include/sfx2/sidebar/SidebarToolBox.hxx
Dosyayı görüntüle @
3f4c85b8
...
...
@@ -53,8 +53,7 @@ public:
virtual
bool
Notify
(
NotifyEvent
&
rEvent
)
override
;
void
SetController
(
const
sal_uInt16
nItemId
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XToolbarController
>&
rxController
,
const
OUString
&
rsCommandName
);
const
css
::
uno
::
Reference
<
css
::
frame
::
XToolbarController
>&
rxController
);
css
::
uno
::
Reference
<
css
::
frame
::
XToolbarController
>
GetFirstController
();
...
...
sfx2/source/sidebar/PanelTitleBar.cxx
Dosyayı görüntüle @
3f4c85b8
...
...
@@ -93,7 +93,7 @@ void PanelTitleBar::SetMoreOptionsCommand(const OUString& rsCommandName,
rxFrame
,
rxController
,
VCLUnoHelper
::
GetInterface
(
maToolBox
.
get
()),
0
));
maToolBox
->
SetController
(
mnMenuItemIndex
,
xController
,
msMoreOptionsCommand
);
maToolBox
->
SetController
(
mnMenuItemIndex
,
xController
);
maToolBox
->
SetOutStyle
(
TOOLBOX_STYLE_FLAT
);
maToolBox
->
SetQuickHelpText
(
mnMenuItemIndex
,
...
...
sfx2/source/sidebar/SidebarToolBox.cxx
Dosyayı görüntüle @
3f4c85b8
...
...
@@ -157,8 +157,7 @@ Reference<frame::XToolbarController> SidebarToolBox::GetControllerForItemId (con
}
void
SidebarToolBox
::
SetController
(
const
sal_uInt16
nItemId
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XToolbarController
>&
rxController
,
const
OUString
&
/*rsCommandName*/
)
const
css
::
uno
::
Reference
<
css
::
frame
::
XToolbarController
>&
rxController
)
{
ControllerContainer
::
iterator
iController
(
maControllers
.
find
(
nItemId
));
if
(
iController
!=
maControllers
.
end
())
...
...
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