summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlacesListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/PlacesListBox.hxx')
-rw-r--r--fpicker/source/office/PlacesListBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/PlacesListBox.hxx b/fpicker/source/office/PlacesListBox.hxx
index 51d300b53697..19a5963b3af7 100644
--- a/fpicker/source/office/PlacesListBox.hxx
+++ b/fpicker/source/office/PlacesListBox.hxx
@@ -54,9 +54,9 @@ class PlacesListBox : public Control
void AppendPlace( PlacePtr pPlace );
void RemovePlace( sal_uInt16 nPos );
void RemoveSelectedPlace();
- sal_Int32 GetNbEditablePlaces();
+ sal_Int32 GetNbEditablePlaces() { return mnNbEditables;}
bool IsUpdated();
- const std::vector<PlacePtr>& GetPlaces();
+ const std::vector<PlacePtr>& GetPlaces() { return maPlaces;}
void SetAddHdl( const Link& rHdl );
void SetDelHdl( const Link& rHdl );