summaryrefslogtreecommitdiffstats
path: root/include/vcl/edit.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-27 12:14:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-30 15:44:23 +0000
commit13861216dc3d6b83d2d588024af9268f495a1793 (patch)
treef62be2ac299cd7e17dc532f0362b86e7f81e57fe /include/vcl/edit.hxx
parentvcl: fix MetaTextLine reading, version 2 contains overline (diff)
downloadcore-13861216dc3d6b83d2d588024af9268f495a1793.tar.gz
core-13861216dc3d6b83d2d588024af9268f495a1793.zip
convert edit menu to .ui format
Change-Id: I658242745aba910c42a9bddf648dc88f53db6313
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r--include/vcl/edit.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index e0a0c91ee2a2..c29fe97ecbb9 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -94,6 +94,7 @@ private:
Link<Edit&,void> maModifyHdl;
Link<Edit&,void> maUpdateDataHdl;
Link<Edit&,void> maAutocompleteHdl;
+ std::unique_ptr<VclBuilder> mpUIBuilder;
css::uno::Reference<css::i18n::XExtendedInputSequenceChecker> mxISC;
@@ -253,7 +254,7 @@ public:
static void SetGetSpecialCharsFunction( FncGetSpecialChars fn );
static FncGetSpecialChars GetGetSpecialCharsFunction();
- static VclPtr<PopupMenu> CreatePopupMenu();
+ VclPtr<PopupMenu> CreatePopupMenu();
virtual OUString GetSurroundingText() const override;
virtual Selection GetSurroundingTextSelection() const override;