summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-13 16:31:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-13 21:52:32 +0200
commitd97ac904b7a6e77cc46daf08a9b5f9628ff02ee5 (patch)
treec446b9bfc0877bf0f5f743095a8c4ea0a449aa7d /include/vcl/builder.hxx
parent65c324f9022a20acb4f549ef103720683ab11593 (diff)
weld SvxCharTwoLinesPage
Change-Id: I54a8963cd8b12f5fd51bf6b3bb791a4a15fbd13d Reviewed-on: https://gerrit.libreoffice.org/55762 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 0c1ea3b56b14..ed62d61eb397 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -217,7 +217,7 @@ private:
};
const ListStore* get_model_by_name(const OString& sID) const;
- static void mungeModel(ListBox &rTarget, const ListStore &rStore, sal_uInt16 nActiveId);
+ void mungeModel(ListBox &rTarget, const ListStore &rStore, sal_uInt16 nActiveId);
typedef stringmap TextBuffer;
const TextBuffer* get_buffer_by_name(const OString& sID) const;